|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AsyncHttpClientConfig in com.ning.http.client |
|---|
| Subclasses of AsyncHttpClientConfig in com.ning.http.client | |
|---|---|
class |
AsyncHttpClientConfigBean
Simple JavaBean version of AsyncHttpClientConfig |
| 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. |
|
AsyncHttpClientConfig.Builder(AsyncHttpClientConfig prototype)
Create a config builder with values taken from the given prototype configuration. |
|
| Uses of AsyncHttpClientConfig in com.ning.http.client.providers.apache |
|---|
| Methods in com.ning.http.client.providers.apache with parameters of type AsyncHttpClientConfig | |
|---|---|
protected static int |
ApacheAsyncHttpProvider.requestTimeout(AsyncHttpClientConfig config,
PerRequestConfig perRequestConfig)
|
| Constructors in com.ning.http.client.providers.apache with parameters of type AsyncHttpClientConfig | |
|---|---|
ApacheAsyncHttpProvider(AsyncHttpClientConfig config)
|
|
| Uses of AsyncHttpClientConfig in com.ning.http.client.providers.grizzly |
|---|
| Methods in com.ning.http.client.providers.grizzly with parameters of type AsyncHttpClientConfig | |
|---|---|
protected void |
GrizzlyAsyncHttpProvider.initializeTransport(AsyncHttpClientConfig clientConfig)
|
| Constructors in com.ning.http.client.providers.grizzly with parameters of type AsyncHttpClientConfig | |
|---|---|
GrizzlyAsyncHttpProvider(AsyncHttpClientConfig clientConfig)
|
|
GrizzlyConnectionsPool(AsyncHttpClientConfig config)
|
|
| Uses of AsyncHttpClientConfig in com.ning.http.client.providers.jdk |
|---|
| Constructors in com.ning.http.client.providers.jdk with parameters of type AsyncHttpClientConfig | |
|---|---|
JDKAsyncHttpProvider(AsyncHttpClientConfig config)
|
|
| Uses of AsyncHttpClientConfig in com.ning.http.client.providers.netty |
|---|
| Methods in com.ning.http.client.providers.netty that return AsyncHttpClientConfig | |
|---|---|
protected AsyncHttpClientConfig |
NettyAsyncHttpProvider.getConfig()
|
| Methods in com.ning.http.client.providers.netty with parameters of type AsyncHttpClientConfig | ||
|---|---|---|
protected static org.jboss.netty.handler.codec.http.HttpRequest |
NettyAsyncHttpProvider.buildRequest(AsyncHttpClientConfig config,
Request request,
URI uri,
boolean allowConnect,
org.jboss.netty.buffer.ChannelBuffer buffer,
ProxyServer proxyServer)
|
|
static
|
NettyAsyncHttpProvider.newFuture(URI uri,
Request request,
AsyncHandler<T> asyncHandler,
org.jboss.netty.handler.codec.http.HttpRequest nettyRequest,
AsyncHttpClientConfig config,
NettyAsyncHttpProvider provider,
ProxyServer proxyServer)
|
|
protected static int |
NettyAsyncHttpProvider.requestTimeoutInMs(AsyncHttpClientConfig config,
PerRequestConfig perRequestConfig)
|
|
protected
|
NettyAsyncHttpProvider.writeRequest(org.jboss.netty.channel.Channel channel,
AsyncHttpClientConfig config,
NettyResponseFuture<T> future)
|
|
| Constructors in com.ning.http.client.providers.netty with parameters of type AsyncHttpClientConfig | |
|---|---|
NettyAsyncHttpProvider(AsyncHttpClientConfig config)
|
|
| Uses of AsyncHttpClientConfig in com.ning.http.util |
|---|
| Methods in com.ning.http.util with parameters of type AsyncHttpClientConfig | |
|---|---|
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request)
|
static String |
AsyncHttpProviderUtils.keepAliveHeaderValue(AsyncHttpClientConfig config)
|
static int |
AsyncHttpProviderUtils.requestTimeout(AsyncHttpClientConfig config,
Request request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||