| AcceptPredicate |
API to model HTTP content negotiation using Accept-* request headers.
|
| CharMatcher |
Extracted from Guava.
|
| DataChunk |
The DataChunk represents a part of the HTTP body content.
|
| FormParams |
Provides access to any form parameters present in the request entity.
|
| HashParameters |
|
| Http.Method |
Enumeration of all standard HTTP methods.
|
| Http.RequestMethod |
Interface representing an HTTP request method, all standard methods are in Http.Method enumeration.
|
| Http.ResponseStatus |
Base interface for status codes used in HTTP responses.
|
| Http.ResponseStatus.Family |
An enumeration representing the class of status code.
|
| Http.Status |
|
| Http.Version |
Enumeration of supported HTTP protocol versions.
|
| HttpRequest.Path |
Represents requested normalised URI path.
|
| MediaType |
An abstraction for a media type.
|
| MediaType.Builder |
A fluent API builder to create instances of MediaType.
|
| Parameters |
Parameters represents key : value pairs where key is a String with potentially multiple values.
|
| Reader |
Deprecated.
|
| ReadOnlyParameters |
|
| SetCookie |
Represents 'Set-Cookie' header value specified by RFC6265.
|
| SetCookie.Builder |
|