Class Jackson2JsonpInterceptor.DoNotCloseDelegateOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor.DoNotCloseDelegateOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
Jackson2JsonpInterceptor

private static class Jackson2JsonpInterceptor.DoNotCloseDelegateOutputStream extends BufferedOutputStream
This subclass of CommitHeaderOutputStream overrides the close() method so it would commit the headers only, without actually calling the close() method of the delegate OutputStream