Class VertxBlockingOutput
java.lang.Object
io.quarkus.resteasy.runtime.standalone.VertxBlockingOutput
- All Implemented Interfaces:
VertxOutput
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected final io.vertx.core.http.HttpServerRequestprotected Throwableprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) io.vertx.core.buffer.BuffercreateBuffer(io.netty.buffer.ByteBuf data) voidvoidwrite(io.netty.buffer.ByteBuf data, boolean last) writeNonBlocking(io.netty.buffer.ByteBuf data, boolean last)
-
Field Details
-
waitingForDrain
protected boolean waitingForDrain -
drainHandlerRegistered
protected boolean drainHandlerRegistered -
request
protected final io.vertx.core.http.HttpServerRequest request -
first
protected boolean first -
throwable
-
-
Constructor Details
-
VertxBlockingOutput
public VertxBlockingOutput(io.vertx.core.http.HttpServerRequest request)
-
-
Method Details
-
terminateResponse
public void terminateResponse() -
createBuffer
io.vertx.core.buffer.Buffer createBuffer(io.netty.buffer.ByteBuf data) -
write
- Specified by:
writein interfaceVertxOutput- Throws:
IOException
-
writeNonBlocking
- Specified by:
writeNonBlockingin interfaceVertxOutput
-