Class VertxOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.spi.AsyncOutputStream
io.quarkus.resteasy.runtime.standalone.VertxOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class VertxOutputStream
extends org.jboss.resteasy.spi.AsyncOutputStream
-
Constructor Summary
ConstructorsConstructorDescriptionVertxOutputStream(VertxHttpResponse response, BufferAllocator allocator) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescription(package private) CompletionStage<Void> asyncUpdateWritten(long len) asyncWrite(byte[] b, int off, int len) voidclose()voidflush()(package private) voidupdateWritten(long len) voidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b) Methods inherited from class org.jboss.resteasy.spi.AsyncOutputStream
asyncWriteMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
VertxOutputStream
Construct a new instance. No write timeout is configured.
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
updateWritten
- 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 classorg.jboss.resteasy.spi.AsyncOutputStream
-
asyncWrite
- Specified by:
asyncWritein classorg.jboss.resteasy.spi.AsyncOutputStream
-
asyncUpdateWritten
-