Class NoopCloseAndFlushOutputStream

java.lang.Object
java.io.OutputStream
org.jboss.resteasy.reactive.server.NoopCloseAndFlushOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class NoopCloseAndFlushOutputStream extends OutputStream
This class is needed because some message writers don't give us a way to control if the output stream is going to be closed or not.