| Interface | Description |
|---|---|
| HttpConnection |
Interface that defines a generic HttpConnection
|
| Response |
Represents an HTTP Response
|
| Class | Description |
|---|---|
| JavaHttpConnection |
Java HttpConnection implementation, based on HttpURLConnection and threads
async operations
|
| OAuthCredentials | |
| Request |
Represents an HTTP Request
|
| StreamResponse |
Response implementation based on an InputStream
|
| Exception | Description |
|---|---|
| InvalidHttpStatusCodeException |
Exception thrown when an invalid HTTP Status code is received
|