See: Description
Interface | Description |
---|---|
HttpHeaders |
Constants for common HTTP headers.
|
HttpHeaderValues |
Interface for common HTTP header values.
|
HttpMessage<B> |
Common interface for HTTP messages.
|
HttpParameters |
Represents HTTP query parameters parsed from the
HttpRequest.getUri() . |
HttpRequest<B> |
Common interface for HTTP request implementations.
|
HttpRequestFactory |
A factory interface for
MutableHttpRequest objects. |
HttpResponse<B> |
Common interface for HTTP response implementations.
|
HttpResponseFactory |
A factory interface for creating
MutableHttpResponse instances. |
HttpResponseProvider |
A contract to provide an http response.
|
MutableHttpHeaders |
Extends
HttpHeaders add methods for mutation of headers. |
MutableHttpMessage<B> |
An interface for an
HttpMessage that is mutable allowing headers and the message body to be set. |
MutableHttpParameters |
Mutable version of
HttpParameters which allows adding new parameters. |
MutableHttpRequest<B> |
An extended version of
HttpRequest that allows mutating headers, the body etc. |
MutableHttpResponse<B> |
A version of the
HttpResponse interface that is mutable allowing the ability to set headers,
character encoding etc. |
PushCapableHttpRequest<B> |
A
HttpRequest that is potentially capable of HTTP2 server push. |
Class | Description |
---|---|
BasicAuth |
A class representing basic auth authorization header.
|
CaseInsensitiveMutableHttpHeaders |
A
MutableHttpHeaders implementation that is case-insensitive. |
FullHttpRequest<B> |
A request wrapper with knowledge of the body argument.
|
HttpMessageWrapper<B> |
A wrapper around an
HttpMessage . |
HttpRequestWrapper<B> |
A wrapper around a
HttpRequest . |
HttpResponseWrapper<B> |
A wrapper around a
HttpResponse . |
MediaType |
Represents a media type.
|
MediaTypeConvertersRegistrar |
The media type converters registrar.
|
Enum | Description |
---|---|
HttpAttributes |
Common HTTP attributes.
|
HttpMethod |
An enum containing the valid HTTP methods.
|
HttpStatus |
Represents HTTP status codes.
|
HttpVersion |
Enum representing different HTTP versions.
|