Class VertxServletOutputStream
java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class VertxServletOutputStream
extends jakarta.servlet.ServletOutputStream
Adapted by sync-quarkus-classes.groovy from
ResteasyReactiveOutputStream
from Quarkus.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected final io.vertx.core.http.HttpServerRequestprotected Throwableprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()booleanisReady()voidsetWriteListener(jakarta.servlet.WriteListener writeListener) voidvoidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b) voidwrite(io.netty.buffer.ByteBuf data, boolean last) voidwriteBlocking(io.netty.buffer.ByteBuf buffer, boolean finished) Methods inherited from class jakarta.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnMethods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
request
protected final io.vertx.core.http.HttpServerRequest request -
waitingForDrain
protected boolean waitingForDrain -
drainHandlerRegistered
protected boolean drainHandlerRegistered -
first
protected boolean first -
throwable
-
-
Constructor Details
-
VertxServletOutputStream
-
-
Method Details
-
terminateResponse
public void terminateResponse() -
write
- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
writeBlocking
- 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
-
isReady
public boolean isReady()- Specified by:
isReadyin classjakarta.servlet.ServletOutputStream
-
setWriteListener
public void setWriteListener(jakarta.servlet.WriteListener writeListener) - Specified by:
setWriteListenerin classjakarta.servlet.ServletOutputStream
-