Class | Description |
---|---|
InterruptibleCharacterSequence |
Simple Character Sequence class that can be interrupted if needed
|
SimpleHttpClient |
Simple client for making http requests.
|
SimpleHttpClient.SimpleHttpClientBuilder |
Builder used to create a simple http client
|
SimpleHttpResponse |
Class Description
|
SimpleHttpResponse.SimpleHttpResponseBuilder | |
StreamUtils |
Utility class containing methods for working with streams
|
Tuple |
Creates a tuple of any type that can be used to pass values back through returned values when more than one value is required
|
Enum | Description |
---|---|
MimeType |
Known Mime Types for HTTP transactions.
|
RequestType |
Types of HTTP Requests
|
Exception | Description |
---|---|
AuthorizationException |
Exception indicating an error with authentication.
|
AuthorizationRequiredException |
Exception used to indicate a resource requires authorization to access, and no authorization has been provided
|
InvalidAuthorizationException |
Exception indicating that authorization was valid, but doesn't have access to the requested resource
|