Package io.quarkus.vertx.http.runtime
Class ResumingRequestWrapper
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.AbstractRequestWrapper
-
- io.quarkus.vertx.http.runtime.ResumingRequestWrapper
-
- All Implemented Interfaces:
io.vertx.core.http.HttpServerRequest
,io.vertx.core.http.impl.HttpServerRequestInternal
,io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
,io.vertx.core.streams.StreamBase
class ResumingRequestWrapper extends AbstractRequestWrapper
-
-
Field Summary
-
Fields inherited from class io.quarkus.vertx.http.runtime.AbstractRequestWrapper
delegate
-
-
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.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)
-
Methods inherited from class io.quarkus.vertx.http.runtime.AbstractRequestWrapper
absoluteURI, body, body, bytesRead, connection, context, cookieCount, cookieMap, customFrameHandler, end, end, exceptionHandler, formAttributes, getCookie, getFormAttribute, getHeader, getHeader, getParam, headers, host, isEnded, isExpectMultipart, isSSL, localAddress, method, metric, params, path, peerCertificateChain, query, remoteAddress, response, routed, scheme, setExpectMultipart, sslSession, 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:
handler
in interfaceio.vertx.core.http.HttpServerRequest
- Specified by:
handler
in interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
- Overrides:
handler
in classAbstractRequestWrapper
-
pause
public io.vertx.core.http.HttpServerRequest pause()
- Specified by:
pause
in interfaceio.vertx.core.http.HttpServerRequest
- Specified by:
pause
in interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
- Overrides:
pause
in classAbstractRequestWrapper
-
resume
public io.vertx.core.http.HttpServerRequest resume()
- Specified by:
resume
in interfaceio.vertx.core.http.HttpServerRequest
- Specified by:
resume
in interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
- Overrides:
resume
in classAbstractRequestWrapper
-
fetch
public io.vertx.core.http.HttpServerRequest fetch(long amount)
- Specified by:
fetch
in interfaceio.vertx.core.http.HttpServerRequest
- Specified by:
fetch
in interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
- Overrides:
fetch
in classAbstractRequestWrapper
-
endHandler
public io.vertx.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<Void> handler)
- Specified by:
endHandler
in interfaceio.vertx.core.http.HttpServerRequest
- Specified by:
endHandler
in interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
- Overrides:
endHandler
in classAbstractRequestWrapper
-
bodyHandler
public io.vertx.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
- Specified by:
bodyHandler
in interfaceio.vertx.core.http.HttpServerRequest
- Overrides:
bodyHandler
in classAbstractRequestWrapper
-
uploadHandler
public io.vertx.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler)
- Specified by:
uploadHandler
in interfaceio.vertx.core.http.HttpServerRequest
- Overrides:
uploadHandler
in classAbstractRequestWrapper
-
-