Uses of Package
com.github.kevinsawicki.http
-
Classes in com.github.kevinsawicki.http used by com.github.kevinsawicki.http Class Description HttpRequest A fluid interface for making HTTP requests using an underlyingHttpURLConnection
(or sub-class).HttpRequest.ConnectionFactory CreatesHTTP connections
forurls
.HttpRequest.HttpRequestException HTTP request exception whose cause is always anIOException
HttpRequest.Operation 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.