Interface WebServerRequest
- All Superinterfaces:
HttpRequestHead, HttpServerRequest, ReadStream<Buffer>, StreamBase
Extends to access the routing context associated with the request.
- Author:
- Florian Bütler
-
Field Summary
Fields inherited from interface HttpServerRequest
DEFAULT_INVALID_REQUEST_HANDLER -
Method Summary
Methods inherited from interface HttpServerRequest
absoluteURI, authority, authority, body, bodyHandler, bytesRead, canUpgradeToWebSocket, connection, cookieCount, cookies, cookies, customFrameHandler, decoderResult, end, endHandler, exceptionHandler, fetch, formAttributes, getCookie, getCookie, getFormAttribute, getParam, getParam, getParamsCharset, handler, isEnded, isExpectMultipart, isSSL, localAddress, method, params, params, pause, remoteAddress, response, resume, routed, scheme, setExpectMultipart, setParamsCharset, sslSession, streamId, streamPriority, streamPriorityHandler, toNetSocket, toWebSocket, uploadHandler, versionMethods inherited from interface ReadStream
blockingStream, collect, pipe, pipeTo
-
Method Details
-
routingContext
RoutingContext routingContext()- Returns:
- the Vert.x context associated with this server request
-