Interface | Description |
---|---|
HttpInputMessage | |
HttpMessage |
Represents the base interface for HTTP request and response messages.
|
HttpOutputMessage | |
HttpRequest | |
StreamingHttpOutputMessage |
Represents a HTTP output message that allows for setting a streaming body.
|
StreamingHttpOutputMessage.Body |
Defines the contract for bodies that can be written directly to a
OutputStream . |
Class | Description |
---|---|
ContentCodingType |
Represents a Compression Type, as defined in the HTTP specification.
|
HttpAuthentication |
Represents an abstract HTTP Authentication.
|
HttpBasicAuthentication |
Represents HTTP Basic Authentication.
|
HttpEntity<T> |
Represents an HTTP request or response entity, consisting of headers and body.
|
HttpHeaders |
Represents HTTP request and response headers, mapping string header names to list of string values.
|
MediaType |
Represents an Internet Media Type, as defined in the HTTP specification.
|
ResponseEntity<T> |
Extension of
HttpEntity that adds a HttpStatus status code. |
Enum | Description |
---|---|
HttpMethod |
Java 5 enumeration of HTTP request methods.
|
HttpStatus |
Java 5 enumeration of HTTP status codes.
|
HttpStatus.Series |
Java 5 enumeration of HTTP status series.
|
Exception | Description |
---|---|
InvalidMediaTypeException |
Exception thrown from
MediaType.parseMediaType(String) in case of
encountering an invalid media type specification String. |