class ResumingRequestWrapper extends AbstractRequestWrapper
delegate| Constructor and Description |
|---|
ResumingRequestWrapper(io.vertx.core.http.HttpServerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.http.HttpServerRequest |
bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler) |
io.vertx.core.http.HttpServerRequest |
endHandler(io.vertx.core.Handler<Void> handler) |
io.vertx.core.http.HttpServerRequest |
fetch(long amount) |
io.vertx.core.http.HttpServerRequest |
handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler) |
io.vertx.core.http.HttpServerRequest |
pause() |
io.vertx.core.http.HttpServerRequest |
resume() |
io.vertx.core.http.HttpServerRequest |
uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler) |
absoluteURI, bytesRead, connection, cookieCount, cookieMap, customFrameHandler, exceptionHandler, formAttributes, getCookie, getFormAttribute, getHeader, getHeader, getParam, headers, host, isEnded, isExpectMultipart, isSSL, localAddress, method, netSocket, params, path, peerCertificateChain, query, rawMethod, remoteAddress, response, scheme, setExpectMultipart, sslSession, streamPriority, streamPriorityHandler, upgrade, uri, versionResumingRequestWrapper(io.vertx.core.http.HttpServerRequest request)
public io.vertx.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
handler in interface io.vertx.core.http.HttpServerRequesthandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>handler in class AbstractRequestWrapperpublic io.vertx.core.http.HttpServerRequest pause()
pause in interface io.vertx.core.http.HttpServerRequestpause in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>pause in class AbstractRequestWrapperpublic io.vertx.core.http.HttpServerRequest resume()
resume in interface io.vertx.core.http.HttpServerRequestresume in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>resume in class AbstractRequestWrapperpublic io.vertx.core.http.HttpServerRequest fetch(long amount)
fetch in interface io.vertx.core.http.HttpServerRequestfetch in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>fetch in class AbstractRequestWrapperpublic io.vertx.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<Void> handler)
endHandler in interface io.vertx.core.http.HttpServerRequestendHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>endHandler in class AbstractRequestWrapperpublic io.vertx.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
bodyHandler in interface io.vertx.core.http.HttpServerRequestbodyHandler in class AbstractRequestWrapperpublic io.vertx.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler)
uploadHandler in interface io.vertx.core.http.HttpServerRequestuploadHandler in class AbstractRequestWrapperCopyright © 2020 JBoss by Red Hat. All rights reserved.