Package com.ning.http.client

Interface Summary
AsyncHandler<T> An asynchronous handler or callback which gets invoked as soon as some data are available when processing an asynchronous response.
AsyncHttpProvider<A> Interface to be used when implementing custom asynchronous I/O HTTP client.
FutureImpl<V> Extended Future
Part Interface for the parts in a multipart request.
Request  
Request.EntityWriter  
Response Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
 

Class Summary
AsyncCompletionHandler<T> An AsyncHandler augmented with an AsyncCompletionHandler.onCompleted(Response) convenience method which gets called when the Response has been fully received.
AsyncCompletionHandlerBase Simple AsyncHandler of type Response
AsyncHttpClient This class support asynchronous and synchronous HTTP request.
AsyncHttpClientConfig Configuration class to use with a AsyncHttpClient.
AsyncHttpClientConfig.Builder Builder for an AsyncHttpClient
ByteArrayPart  
Cookie  
FilePart A file multipart part.
Headers  
HttpContent Base class for callback class used by AsyncHandler
HttpResponseBodyPart A callback class used when an HTTP response body is received.
HttpResponseHeaders A class that represent the HTTP headers.
HttpResponseStatus A class that represent the HTTP response' status line (code + text)
ProxyServer Represents a proxy server.
RequestBuilder Builder for a Request.
StringPart A string multipart part.
 

Enum Summary
AsyncHandler.STATE  
ProxyServer.Protocol  
RequestType  
 

Exception Summary
MaxRedirectException Thrown when the AsyncHttpClientConfig.getMaxRedirects() has been reached.
 



Copyright © 2010. All Rights Reserved.