Uses of Package
com.ning.http.client

Packages that use com.ning.http.client
com.ning.http.client   
com.ning.http.client.providers   
 

Classes in com.ning.http.client used by com.ning.http.client
AsyncCompletionHandler
          An AsyncHandler augmented with an AsyncCompletionHandler.onCompleted(Response) convenience method which gets called when the Response has been fully received.
AsyncHandler
          An asynchronous handler or callback which gets invoked as soon as some data are available when processing an asynchronous response.
AsyncHandler.STATE
           
AsyncHttpClient.BoundRequestBuilder
           
AsyncHttpClientConfig
          Configuration class to use with a AsyncHttpClient.
AsyncHttpClientConfig.Builder
          Builder for an AsyncHttpClient
AsyncHttpProvider
          Interface to be used when implementing custom asynchronous I/O HTTP client.
Cookie
           
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)
Part
          Interface for the parts in a multipart request.
ProxyServer
          Represents a proxy server.
ProxyServer.Protocol
           
Request
           
Request.EntityWriter
           
RequestBuilder
          Builder for a Request.
RequestType
           
Response
          Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
 

Classes in com.ning.http.client used by com.ning.http.client.providers
AsyncHandler
          An asynchronous handler or callback which gets invoked as soon as some data are available when processing an asynchronous response.
AsyncHttpClientConfig
          Configuration class to use with a AsyncHttpClient.
AsyncHttpProvider
          Interface to be used when implementing custom asynchronous I/O HTTP client.
Cookie
           
FutureImpl
          Extended Future
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)
Request
           
Response
          Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
 



Copyright © 2010. All Rights Reserved.