| Interface | Description |
|---|---|
| HttpMessage | |
| Request | |
| RequestExecutor | |
| RequestExecutorFactory | |
| Response |
| Class | Description |
|---|---|
| DefaultRequest | |
| DefaultResponse | |
| HttpHeaders | |
| MediaType |
A sub-class of
MimeType that adds support for quality parameters as defined
in the HTTP specification. |
| MimeType |
Represents a MIME Type, as originally defined in RFC 2046 and subsequently used in
other Internet protocols including HTTP.
|
| MimeType.SpecificityComparator<T extends MimeType> | |
| MimeTypeUtils |
Miscellaneous
MimeType utility methods. |
| QueryString | |
| RequestUtils | |
| RetryRequestExecutor |
| Enum | Description |
|---|---|
| HttpMethod |
An enum representing the HTTP methods defined in the
Hypertext Transfer Protocol -- HTTP/1.1
specification.
|
| Exception | Description |
|---|---|
| HttpException | |
| InvalidMediaTypeException |
Exception thrown from
MediaType.parseMediaType(String) in case of
encountering an invalid media type specification String. |
| InvalidMimeTypeException |
Copyright © 2018-2021 Okta. All Rights Reserved.