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

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

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.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)
           
 



Copyright © 2010. All Rights Reserved.