Package | Description |
---|---|
com.ning.http.client | |
com.ning.http.client.providers.apache | |
com.ning.http.client.providers.jdk | |
com.ning.http.client.providers.netty |
Modifier and Type | Field and Description |
---|---|
protected AsyncHttpProviderConfig<?,?> |
AsyncHttpClientConfig.providerConfig |
Modifier and Type | Method and Description |
---|---|
AsyncHttpProviderConfig |
AsyncHttpProviderConfig.addProperty(U name,
V value)
Add a property that will be used when the AsyncHttpClient initialize its
AsyncHttpProvider |
AsyncHttpProviderConfig<?,?> |
AsyncHttpClientConfig.getAsyncHttpProviderConfig()
Return the
AsyncHttpProviderConfig |
Modifier and Type | Method and Description |
---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
Set the
AsyncHttpProviderConfig |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig) |
Modifier and Type | Class and Description |
---|---|
class |
ApacheAsyncHttpProviderConfig |
Modifier and Type | Method and Description |
---|---|
AsyncHttpProviderConfig |
ApacheAsyncHttpProviderConfig.addProperty(String name,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
JDKAsyncHttpProviderConfig |
Modifier and Type | Method and Description |
---|---|
AsyncHttpProviderConfig |
JDKAsyncHttpProviderConfig.addProperty(String name,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
NettyAsyncHttpProviderConfig
This class can be used to pass Netty's internal configuration options.
|
Copyright © 2015. All rights reserved.