Java io.vertx.core.http HttpServerRequest fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.http HttpServerRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.http HttpServerRequest.

The text is from its open source code.

Implementation

io.vertx.core.http.HttpServerRequest has the following implementations.
Click this link to see all its implementation.

Method

StringabsoluteURI()
HttpServerRequestbodyHandler(@Nullable Handler bodyHandler)
Convenience method for receiving the entire request body in one piece.
HttpConnectionconnection()
HttpServerRequestcustomFrameHandler(Handler handler)
Set a custom frame handler.
HttpServerRequestendHandler(Handler endHandler)
HttpServerRequestexceptionHandler(Handler handler)
MultiMapformAttributes()
Returns a map of all form attributes in the request.
StringgetHeader(String headerName)
Return the first header value with the specified name
StringgetHeader(CharSequence headerName)
Return the first header value with the specified name
StringgetParam(String paramName)
Return the first param value with the specified name
HttpServerRequesthandler(Handler handler)
MultiMapheaders()
Stringhost()
booleanisEnded()
Has the request ended?
booleanisExpectMultipart()
booleanisSSL()
SocketAddresslocalAddress()
HttpMethodmethod()
MultiMapparams()
Stringpath()
HttpServerRequestpause()
Stringquery()
SocketAddressremoteAddress()
HttpServerResponseresponse()
HttpServerRequestresume()
HttpServerRequestsetExpectMultipart(boolean expect)
Call this with true if you are expecting a multi-part body to be submitted in the request.
ServerWebSocketupgrade()
Upgrade the connection to a WebSocket connection.
HttpServerRequestuploadHandler(@Nullable Handler uploadHandler)
Set an upload handler.
Stringuri()
HttpVersionversion()