Modifier and Type | Interface | Description |
---|---|---|
interface |
BasicAuthRequest |
Defines a
BasicAuthRequest describes a Baisc-Auth request as of HTTP. |
interface |
HttpClientRequest |
Defines a
HttpClientRequest being the request as produced by the
client. |
static interface |
HttpMethodAccessor.HttpMethodProperty |
Provides a HTTP-Method property.
|
interface |
HttpRequest |
Defines a HTTP-Request, being the
HttpMethod , the Header-Fields, the
request body and the locator representing the request. |
interface |
HttpRequestBuilder<B extends HttpRequestBuilder<B>> |
The Interface HttpRequestBuilder.
|
interface |
HttpServerRequest |
Defines a
HttpServerRequest being the request as consumed by the
server. |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicAuthRequestImpl |
The
BasicAuthRequestImpl class implements the
BasicAuthRequest type. |
class |
HttpClientRequestImpl |
The Class HttpClientRequestImpl.
|
class |
HttpRequestImpl |
Implementation of the
HttpRequest interface. |
class |
HttpServerRequestImpl |
The Class HttpServerRequestImpl.
|
Copyright © 2018. All rights reserved.