|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AsyncHttpProviderConfig in com.ning.http.client |
|---|
| Fields in com.ning.http.client declared as AsyncHttpProviderConfig | |
|---|---|
protected AsyncHttpProviderConfig<?,?> |
AsyncHttpClientConfig.providerConfig
|
| Methods in com.ning.http.client that return AsyncHttpProviderConfig | |
|---|---|
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 |
| Methods in com.ning.http.client with parameters of type AsyncHttpProviderConfig | |
|---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
Set the AsyncHttpProviderConfig |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
|
| Uses of AsyncHttpProviderConfig in com.ning.http.client.providers.apache |
|---|
| Classes in com.ning.http.client.providers.apache that implement AsyncHttpProviderConfig | |
|---|---|
class |
ApacheAsyncHttpProviderConfig
|
| Methods in com.ning.http.client.providers.apache that return AsyncHttpProviderConfig | |
|---|---|
AsyncHttpProviderConfig |
ApacheAsyncHttpProviderConfig.addProperty(String name,
String value)
|
| Uses of AsyncHttpProviderConfig in com.ning.http.client.providers.grizzly |
|---|
| Classes in com.ning.http.client.providers.grizzly that implement AsyncHttpProviderConfig | |
|---|---|
class |
GrizzlyAsyncHttpProviderConfig
AsyncHttpProviderConfig implementation that allows customization
of the Grizzly runtime outside of the scope of what the
AsyncHttpClientConfig offers. |
| Methods in com.ning.http.client.providers.grizzly that return AsyncHttpProviderConfig | |
|---|---|
AsyncHttpProviderConfig |
GrizzlyAsyncHttpProviderConfig.addProperty(GrizzlyAsyncHttpProviderConfig.Property name,
Object value)
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider |
| Uses of AsyncHttpProviderConfig in com.ning.http.client.providers.jdk |
|---|
| Classes in com.ning.http.client.providers.jdk that implement AsyncHttpProviderConfig | |
|---|---|
class |
JDKAsyncHttpProviderConfig
|
| Methods in com.ning.http.client.providers.jdk that return AsyncHttpProviderConfig | |
|---|---|
AsyncHttpProviderConfig |
JDKAsyncHttpProviderConfig.addProperty(String name,
String value)
|
| Uses of AsyncHttpProviderConfig in com.ning.http.client.providers.netty |
|---|
| Classes in com.ning.http.client.providers.netty that implement AsyncHttpProviderConfig | |
|---|---|
class |
NettyAsyncHttpProviderConfig
This class can be used to pass Netty's internal configuration options. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||