Uses of Class
com.ning.http.client.AsyncHttpClientConfig
Packages that use AsyncHttpClientConfig
-
Uses of AsyncHttpClientConfig in com.ning.http.client
Subclasses of AsyncHttpClientConfig in com.ning.http.clientFields in com.ning.http.client declared as AsyncHttpClientConfigMethods in com.ning.http.client that return AsyncHttpClientConfigModifier and TypeMethodDescriptionAsyncHttpClientConfig.Builder.build()Build anAsyncHttpClientConfigAsyncHttpClient.getConfig()Return theAsyncHttpClientConfigHttpResponseStatus.getConfig()Constructors in com.ning.http.client with parameters of type AsyncHttpClientConfigModifierConstructorDescriptionAsyncHttpClient(AsyncHttpClientConfig config) Create a new HTTP Asynchronous Client using aAsyncHttpClientConfigconfiguration and theAsyncHttpClient.DEFAULT_PROVIDERAsyncHttpClient(AsyncHttpProvider httpProvider, AsyncHttpClientConfig config) Create a new HTTP Asynchronous Client using aAsyncHttpClientConfigconfiguration and and aAsyncHttpProvider.AsyncHttpClient(String providerClass, AsyncHttpClientConfig config) Create a new HTTP Asynchronous Client using aAsyncHttpClientConfigconfiguration and and a AsyncHttpProvider class' name.Builder(AsyncHttpClientConfig prototype) Create a config builder with values taken from the given prototype configuration.HttpResponseStatus(Uri uri, AsyncHttpClientConfig config) -
Uses of AsyncHttpClientConfig in com.ning.http.client.providers.grizzly
Methods in com.ning.http.client.providers.grizzly with parameters of type AsyncHttpClientConfigModifier and TypeMethodDescriptionprotected voidGrizzlyAsyncHttpProvider.initializeTransport(AsyncHttpClientConfig clientConfig) Constructors in com.ning.http.client.providers.grizzly with parameters of type AsyncHttpClientConfigModifierConstructorDescriptionGrizzlyAsyncHttpProvider(AsyncHttpClientConfig clientConfig) GrizzlyResponseStatus(org.glassfish.grizzly.http.HttpResponsePacket response, Uri uri, AsyncHttpClientConfig config) -
Uses of AsyncHttpClientConfig in com.ning.http.util
Methods in com.ning.http.util with parameters of type AsyncHttpClientConfigModifier and TypeMethodDescriptionstatic booleanAsyncHttpProviderUtils.followRedirect(AsyncHttpClientConfig config, Request request) static ProxyServerProxyUtils.getProxyServer(AsyncHttpClientConfig config, Request request) SslUtils.getSSLContext(AsyncHttpClientConfig config) static intAsyncHttpProviderUtils.requestTimeout(AsyncHttpClientConfig config, Request request)