Class HeaderFlushedAsyncOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.spi.AsyncOutputStream
org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedAsyncOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorsConstructorDescriptionHeaderFlushedAsyncOutputStream(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, AsyncOutputStream delegate) -
Method Summary
Modifier and TypeMethodDescriptionasyncWrite(byte[] bytes, int offset, int length) voidclose()voidflush()protected CompletionStage<Void> voidwrite(byte[] bytes) voidwrite(byte[] bytes, int i, int i1) voidwrite(int i) Methods inherited from class org.jboss.resteasy.spi.AsyncOutputStream
asyncWriteMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
HeaderFlushedAsyncOutputStream
public HeaderFlushedAsyncOutputStream(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, AsyncOutputStream delegate)
-
-
Method Details
-
flushHeaders
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
asyncFlush
- Specified by:
asyncFlushin classAsyncOutputStream
-
asyncWrite
- Specified by:
asyncWritein classAsyncOutputStream
-