Class VertxClientInputStream.VertxBlockingInput
java.lang.Object
org.jboss.resteasy.reactive.client.handlers.VertxClientInputStream.VertxBlockingInput
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
- Enclosing class:
VertxClientInputStream
public static class VertxClientInputStream.VertxBlockingInput
extends Object
implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVertxBlockingInput(io.vertx.core.http.HttpClientResponse response, long timeout) -
Method Summary
-
Field Details
-
request
protected final io.vertx.core.http.HttpClientResponse request -
input1
protected io.vertx.core.buffer.Buffer input1 -
inputOverflow
-
waiting
protected boolean waiting -
eof
protected boolean eof -
readException
-
-
Constructor Details
-
VertxBlockingInput
public VertxBlockingInput(io.vertx.core.http.HttpClientResponse response, long timeout)
-
-
Method Details
-
readBlocking
- Throws:
IOException
-
handle
public void handle(io.vertx.core.buffer.Buffer event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.buffer.Buffer>
-
readBytesAvailable
public int readBytesAvailable() -
discard
public void discard()
-