| Interface | Description |
|---|---|
| HttpHandler |
Interface which provides an abstraction around making HTTP requests.
|
| OutputSource |
Interface to allow writing to an
OutputStream - in particular the output stream
of an HTTP request - directly from a source. |
| Class | Description |
|---|---|
| HttpMethods |
Constants for the HTTP request methods this project uses.
|
| Request |
Encapsulates an HTTP request.
|
| Response |
Encapsulates an HTTP response.
|
| UrlConnectionHttpHandler |
This class provides a default implementation of
HttpHandler using
HttpURLConnection. |