Package com.github.kevinsawicki.http

Class Summary
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 Summary
HttpRequest.HttpRequestException HTTP request exception whose cause is always an IOException
 



Copyright © 2011-2013. All Rights Reserved.