All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description HttpRequest A fluid interface for making HTTP requests using an underlyingHttpURLConnection
(or sub-class).HttpRequest.Base64 Encodes and decodes to and from Base64 notation.HttpRequest.CloseOperation<V> Class that ensures aCloseable
gets closed with proper exception handling.HttpRequest.ConnectionFactory CreatesHTTP connections
forurls
.HttpRequest.FlushOperation<V> Class that and ensures aFlushable
gets flushed with proper exception handling.HttpRequest.HttpRequestException HTTP request exception whose cause is always anIOException
HttpRequest.Operation<V> Operation that handles executing a callback once complete and handling nested exceptionsHttpRequest.RequestOutputStream Request output streamHttpRequest.UploadProgress Callback interface for reporting upload progress for a request.