Uses of Class
com.ning.http.client.AsyncHttpClientConfig

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

Uses of AsyncHttpClientConfig in com.ning.http.client
 

Methods in com.ning.http.client that return AsyncHttpClientConfig
 AsyncHttpClientConfig AsyncHttpClientConfig.Builder.build()
          Build an AsyncHttpClientConfig
 AsyncHttpClientConfig AsyncHttpClient.getConfig()
          Return the AsyncHttpClientConfig
 

Constructors in com.ning.http.client with parameters of type AsyncHttpClientConfig
AsyncHttpClient(AsyncHttpClientConfig config)
          Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and the AsyncHttpClient.DEFAULT_PROVIDER
AsyncHttpClient(AsyncHttpProvider<?> httpProvider, AsyncHttpClientConfig config)
          Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider.
AsyncHttpClient(String providerClass, AsyncHttpClientConfig config)
          Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider class' name.
 

Uses of AsyncHttpClientConfig in com.ning.http.client.providers
 

Constructors in com.ning.http.client.providers with parameters of type AsyncHttpClientConfig
NettyAsyncHttpProvider(AsyncHttpClientConfig config)
           
 



Copyright © 2010. All Rights Reserved.