Uses of Interface
com.ning.http.client.AsyncHttpProvider

Packages that use AsyncHttpProvider
com.ning.http.client   
com.ning.http.client.providers.apache   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.util   
 

Uses of AsyncHttpProvider in com.ning.http.client
 

Fields in com.ning.http.client declared as AsyncHttpProvider
protected  AsyncHttpProvider<?> HttpContent.provider
           
 

Methods in com.ning.http.client that return AsyncHttpProvider
 AsyncHttpProvider<?> AsyncHttpClient.getProvider()
          Return the asynchronous AsyncHttpProvider
 AsyncHttpProvider<?> HttpContent.provider()
           
 

Constructors in com.ning.http.client with parameters of type AsyncHttpProvider
AsyncHttpClient(AsyncHttpProvider<?> provider)
          Create a new HTTP Asynchronous Client using an implementation of AsyncHttpProvider and the default AsyncHttpClientConfig configuration.
AsyncHttpClient(AsyncHttpProvider<?> httpProvider, AsyncHttpClientConfig config)
          Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider.
HttpContent(URI url, AsyncHttpProvider<?> provider)
           
HttpResponseBodyPart(URI uri, AsyncHttpProvider<?> provider)
           
HttpResponseHeaders(URI uri, AsyncHttpProvider<?> provider)
           
HttpResponseHeaders(URI uri, AsyncHttpProvider<?> provider, boolean traillingHeaders)
           
HttpResponseStatus(URI uri, AsyncHttpProvider<?> provider)
           
 

Uses of AsyncHttpProvider in com.ning.http.client.providers.apache
 

Classes in com.ning.http.client.providers.apache that implement AsyncHttpProvider
 class ApacheAsyncHttpProvider
          An AsyncHttpProvider for Apache Http Client 3.1
 

Constructors in com.ning.http.client.providers.apache with parameters of type AsyncHttpProvider
ApacheResponseBodyPart(URI uri, byte[] chunk, AsyncHttpProvider<org.apache.commons.httpclient.HttpClient> provider)
           
ApacheResponseHeaders(URI uri, org.apache.commons.httpclient.HttpMethodBase method, AsyncHttpProvider<org.apache.commons.httpclient.HttpClient> provider)
           
ApacheResponseStatus(URI uri, org.apache.commons.httpclient.HttpMethodBase method, AsyncHttpProvider<org.apache.commons.httpclient.HttpClient> provider)
           
 

Uses of AsyncHttpProvider in com.ning.http.client.providers.jdk
 

Classes in com.ning.http.client.providers.jdk that implement AsyncHttpProvider
 class JDKAsyncHttpProvider
           
 

Constructors in com.ning.http.client.providers.jdk with parameters of type AsyncHttpProvider
ResponseBodyPart(URI uri, byte[] chunk, AsyncHttpProvider<HttpURLConnection> provider)
           
ResponseHeaders(URI uri, HttpURLConnection urlConnection, AsyncHttpProvider<HttpURLConnection> provider)
           
ResponseStatus(URI uri, HttpURLConnection urlConnection, AsyncHttpProvider<HttpURLConnection> provider)
           
 

Uses of AsyncHttpProvider in com.ning.http.client.providers.netty
 

Classes in com.ning.http.client.providers.netty that implement AsyncHttpProvider
 class NettyAsyncHttpProvider
           
 

Constructors in com.ning.http.client.providers.netty with parameters of type AsyncHttpProvider
ResponseBodyPart(URI uri, org.jboss.netty.handler.codec.http.HttpResponse response, AsyncHttpProvider<org.jboss.netty.handler.codec.http.HttpResponse> provider)
           
ResponseBodyPart(URI uri, org.jboss.netty.handler.codec.http.HttpResponse response, AsyncHttpProvider<org.jboss.netty.handler.codec.http.HttpResponse> provider, org.jboss.netty.handler.codec.http.HttpChunk chunk)
           
ResponseHeaders(URI uri, org.jboss.netty.handler.codec.http.HttpResponse response, AsyncHttpProvider<org.jboss.netty.handler.codec.http.HttpResponse> provider)
           
ResponseHeaders(URI uri, org.jboss.netty.handler.codec.http.HttpResponse response, AsyncHttpProvider<org.jboss.netty.handler.codec.http.HttpResponse> provider, org.jboss.netty.handler.codec.http.HttpChunkTrailer traillingHeaders)
           
ResponseStatus(URI uri, org.jboss.netty.handler.codec.http.HttpResponse response, AsyncHttpProvider<org.jboss.netty.handler.codec.http.HttpResponse> provider)
           
 

Uses of AsyncHttpProvider in com.ning.http.util
 

Method parameters in com.ning.http.util with type arguments of type AsyncHttpProvider
static String AsyncHttpProviderUtils.constructUserAgent(Class<? extends AsyncHttpProvider> httpProvider)
           
 



Copyright © 2011. All Rights Reserved.