Uses of Package
com.ning.http.client

Packages that use com.ning.http.client
com.ning.http.client   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.client.webdav   
com.ning.http.multipart   
com.ning.http.util   
 

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.
AsyncHttpProviderConfig
          AsyncHttpProvider proprietary configurable properties.
ConnectionsPool
          An interface used by an AsyncHttpProvider for caching http connections.
Cookie
           
FluentCaseInsensitiveStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FluentStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
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.
PerRequestConfig
          Per request configuration.
ProgressAsyncHandler
          An extended AsyncHandler with two extra callback who get invoked during the content upload to a remote server.
ProxyServer
          Represents a proxy server.
ProxyServer.Protocol
           
Realm
          This class is required when authentication is needed.
Realm.AuthScheme
           
Realm.RealmBuilder
          A builder for Realm
Request
          The Request class can be used to construct HTTP request: Request r = new RequestBuilder().setUrl("url) .setRealm((new Realm.RealmBuilder()).setPrincipal(user) .setPassword(admin) .setRealmName("MyRealm") .setScheme(Realm.AuthScheme.DIGEST).build()); r.execute();
Request.EntityWriter
          An entity that can be used to manipulate the Request's body output before it get sent.
RequestBuilder
          Builder for a Request.
RequestBuilderBase
          Builder for Request
Response
          Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
SignatureCalculator
          Interface that allows injecting signature calculator into RequestBuilder so that signature calculation and inclusion can be added as a pluggable component.
SSLEngineFactory
          Factory that creates an SSLEngine to be used for a single SSL connection.
 

Classes in com.ning.http.client used by com.ning.http.client.providers.jdk
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.
AsyncHttpProviderConfig
          AsyncHttpProvider proprietary configurable properties.
ConnectionsPool
          An interface used by an AsyncHttpProvider for caching http connections.
Cookie
           
FluentCaseInsensitiveStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FutureImpl
          Extended Future
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
          The Request class can be used to construct HTTP request: Request r = new RequestBuilder().setUrl("url) .setRealm((new Realm.RealmBuilder()).setPrincipal(user) .setPassword(admin) .setRealmName("MyRealm") .setScheme(Realm.AuthScheme.DIGEST).build()); r.execute();
Response
          Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
 

Classes in com.ning.http.client used by com.ning.http.client.providers.netty
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.
AsyncHttpProviderConfig
          AsyncHttpProvider proprietary configurable properties.
ConnectionsPool
          An interface used by an AsyncHttpProvider for caching http connections.
Cookie
           
FluentCaseInsensitiveStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FutureImpl
          Extended Future
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)
PerRequestConfig
          Per request configuration.
Request
          The Request class can be used to construct HTTP request: Request r = new RequestBuilder().setUrl("url) .setRealm((new Realm.RealmBuilder()).setPrincipal(user) .setPassword(admin) .setRealmName("MyRealm") .setScheme(Realm.AuthScheme.DIGEST).build()); r.execute();
Response
          Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
 

Classes in com.ning.http.client used by com.ning.http.client.webdav
AsyncHandler
          An asynchronous handler or callback which gets invoked as soon as some data are available when processing an asynchronous response.
AsyncHandler.STATE
           
Cookie
           
FluentCaseInsensitiveStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
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)
Response
          Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
 

Classes in com.ning.http.client used by com.ning.http.multipart
FluentStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
 

Classes in com.ning.http.client used by com.ning.http.util
Cookie
           
FluentStringsMap
          An implementation of a String -> List<String> map that adds a fluent interface, i.e.
Part
          Interface for the parts in a multipart request.
ProxyServer
          Represents a proxy server.
Realm
          This class is required when authentication is needed.
 



Copyright © 2010. All Rights Reserved.