Contains a basic abstraction over client/server-side HTTP. This package contains
the HttpInputMessage and HttpOutputMessage interfaces.
Interfaces
Classes
| 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. |
| MediaTypeEditor |
java.beans.PropertyEditor Editor for MediaType
descriptors, to automatically convert String specifications
(e.g. |
| ResponseEntity<T> |
Extension of HttpEntity that adds a HttpStatus status code. |
Enums