public static class VertxInputStream.VertxBlockingInput extends Object implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
eof |
protected io.vertx.core.buffer.Buffer |
input1 |
protected Deque<io.vertx.core.buffer.Buffer> |
inputOverflow |
protected Throwable |
readException |
protected io.vertx.core.http.HttpServerRequest |
request |
protected boolean |
waiting |
| Constructor and Description |
|---|
VertxBlockingInput(io.vertx.core.http.HttpServerRequest request,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.core.buffer.Buffer event) |
protected io.netty.buffer.ByteBuf |
readBlocking() |
int |
readBytesAvailable() |
protected final io.vertx.core.http.HttpServerRequest request
protected io.vertx.core.buffer.Buffer input1
protected Deque<io.vertx.core.buffer.Buffer> inputOverflow
protected boolean waiting
protected boolean eof
protected Throwable readException
public VertxBlockingInput(io.vertx.core.http.HttpServerRequest request,
long timeout)
protected io.netty.buffer.ByteBuf readBlocking()
throws IOException
IOExceptionpublic void handle(io.vertx.core.buffer.Buffer event)
handle in interface io.vertx.core.Handler<io.vertx.core.buffer.Buffer>public int readBytesAvailable()
Copyright © 2021 JBoss by Red Hat. All rights reserved.