Class HttpRequestHead
java.lang.Object
io.vertx.reactivex.core.http.HttpRequestHead
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
- Direct Known Subclasses:
HttpServerRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHeader(CharSequence headerName) Return the first header value with the specified nameReturn the first header value with the specified nameinthashCode()headers()method()static HttpRequestHeadpath()query()toString()uri()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
HttpRequestHead
-
HttpRequestHead
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
method
- Returns:
- the HTTP method for the request.
-
uri
- Returns:
- the URI of the request. This is usually a relative URI
-
path
- Returns:
- The path part of the uri. For example
/somepath/somemorepath/someresource.foo
-
query
- Returns:
- the query part of the uri. For example
someparam=32&someotherparam=x
-
headers
- Returns:
- the headers
-
getHeader
-
getHeader
Return the first header value with the specified name- Parameters:
headerName- the header name- Returns:
- the header value
-
newInstance
-