| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.grizzly | |
| com.ning.http.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHttpClientConfigBean
Simple JavaBean version of
AsyncHttpClientConfig |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncHttpClientConfig |
HttpResponseStatus.config |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpClientConfig |
AsyncHttpClientConfig.Builder.build()
Build an
AsyncHttpClientConfig |
AsyncHttpClientConfig |
AsyncHttpClient.getConfig()
Return the
AsyncHttpClientConfig |
AsyncHttpClientConfig |
HttpResponseStatus.getConfig() |
| Constructor and Description |
|---|
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. |
Builder(AsyncHttpClientConfig prototype)
Create a config builder with values taken from the given prototype configuration.
|
DefaultSSLEngineFactory(AsyncHttpClientConfig config) |
HttpResponseStatus(Uri uri,
AsyncHttpClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GrizzlyAsyncHttpProvider.initializeTransport(AsyncHttpClientConfig clientConfig) |
| Constructor and Description |
|---|
GrizzlyAsyncHttpProvider(AsyncHttpClientConfig clientConfig) |
GrizzlyResponseStatus(org.glassfish.grizzly.http.HttpResponsePacket response,
Uri uri,
AsyncHttpClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AsyncHttpProviderUtils.followRedirect(AsyncHttpClientConfig config,
Request request) |
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request) |
SSLContext |
SslUtils.getSSLContext(AsyncHttpClientConfig config) |
static int |
AsyncHttpProviderUtils.requestTimeout(AsyncHttpClientConfig config,
Request request) |
Copyright © 2019. All Rights Reserved.