Package io.quarkus.vertx.http.runtime
Class ResumingRequestWrapper
- java.lang.Object
-
- io.vertx.core.http.impl.HttpServerRequestInternal
-
- io.vertx.core.http.impl.HttpServerRequestWrapper
-
- io.quarkus.vertx.http.runtime.ResumingRequestWrapper
-
- All Implemented Interfaces:
io.vertx.core.http.HttpServerRequest,io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>,io.vertx.core.streams.StreamBase
public class ResumingRequestWrapper extends io.vertx.core.http.impl.HttpServerRequestWrapper
-
-
Constructor Summary
Constructors Constructor Description ResumingRequestWrapper(io.vertx.core.http.HttpServerRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.http.HttpServerRequestbodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)io.vertx.core.http.HttpServerRequestendHandler(io.vertx.core.Handler<Void> handler)io.vertx.core.http.HttpServerRequestfetch(long amount)io.vertx.core.http.HttpServerRequesthandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)io.vertx.core.http.HttpServerRequestpause()io.vertx.core.http.HttpServerRequestresume()io.vertx.core.http.HttpServerRequestuploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler)-
Methods inherited from class io.vertx.core.http.impl.HttpServerRequestWrapper
absoluteURI, authority, body, body, bytesRead, connection, context, cookieCount, cookieMap, cookies, cookies, customFrameHandler, decoderResult, end, end, exceptionHandler, formAttributes, getCookie, getCookie, getFormAttribute, getHeader, getHeader, getParam, getParam, getParamsCharset, headers, host, isEnded, isExpectMultipart, isSSL, localAddress, method, metric, params, path, peerCertificateChain, pipe, pipeTo, pipeTo, query, remoteAddress, response, routed, scheme, setExpectMultipart, setParamsCharset, sslSession, streamId, streamPriority, streamPriorityHandler, toNetSocket, toNetSocket, toWebSocket, toWebSocket, uri, version
-
-
-
-
Method Detail
-
handler
public io.vertx.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
- Specified by:
handlerin interfaceio.vertx.core.http.HttpServerRequest- Specified by:
handlerin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>- Overrides:
handlerin classio.vertx.core.http.impl.HttpServerRequestWrapper
-
pause
public io.vertx.core.http.HttpServerRequest pause()
- Specified by:
pausein interfaceio.vertx.core.http.HttpServerRequest- Specified by:
pausein interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>- Overrides:
pausein classio.vertx.core.http.impl.HttpServerRequestWrapper
-
resume
public io.vertx.core.http.HttpServerRequest resume()
- Specified by:
resumein interfaceio.vertx.core.http.HttpServerRequest- Specified by:
resumein interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>- Overrides:
resumein classio.vertx.core.http.impl.HttpServerRequestWrapper
-
fetch
public io.vertx.core.http.HttpServerRequest fetch(long amount)
- Specified by:
fetchin interfaceio.vertx.core.http.HttpServerRequest- Specified by:
fetchin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>- Overrides:
fetchin classio.vertx.core.http.impl.HttpServerRequestWrapper
-
endHandler
public io.vertx.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<Void> handler)
- Specified by:
endHandlerin interfaceio.vertx.core.http.HttpServerRequest- Specified by:
endHandlerin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>- Overrides:
endHandlerin classio.vertx.core.http.impl.HttpServerRequestWrapper
-
bodyHandler
public io.vertx.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
- Specified by:
bodyHandlerin interfaceio.vertx.core.http.HttpServerRequest- Overrides:
bodyHandlerin classio.vertx.core.http.impl.HttpServerRequestWrapper
-
uploadHandler
public io.vertx.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler)
- Specified by:
uploadHandlerin interfaceio.vertx.core.http.HttpServerRequest- Overrides:
uploadHandlerin classio.vertx.core.http.impl.HttpServerRequestWrapper
-
-