| Interface | Description |
|---|---|
| HttpRequest.ConnectionFactory |
Creates
HTTP connections for
urls. |
| HttpRequest.UploadProgress |
Callback interface for reporting upload progress for a request.
|
| Class | Description |
|---|---|
| HttpRequest |
A fluid interface for making HTTP requests using an underlying
HttpURLConnection (or sub-class). |
| HttpRequest.Base64 |
Encodes and decodes to and from Base64 notation.
|
| HttpRequest.CloseOperation<V> |
Class that ensures a
Closeable gets closed with proper exception
handling. |
| HttpRequest.FlushOperation<V> |
Class that and ensures a
Flushable gets flushed with proper
exception handling. |
| HttpRequest.Operation<V> |
Operation that handles executing a callback once complete and handling
nested exceptions
|
| HttpRequest.RequestOutputStream |
Request output stream
|
| Exception | Description |
|---|---|
| HttpRequest.HttpRequestException |
HTTP request exception whose cause is always an
IOException |
Copyright © 2011-2015. All Rights Reserved.