Package com.github.kevinsawicki.http
-
Interface Summary Interface Description HttpRequest.ConnectionFactory CreatesHTTP connections
forurls
.HttpRequest.UploadProgress Callback interface for reporting upload progress for a request. -
Class 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.FlushOperation<V> Class that and ensures aFlushable
gets flushed with proper exception handling.HttpRequest.Operation<V> Operation that handles executing a callback once complete and handling nested exceptionsHttpRequest.RequestOutputStream Request output stream -
Exception Summary Exception Description HttpRequest.HttpRequestException HTTP request exception whose cause is always anIOException