Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncHttpClientConfig
Configuration class to use with a
AsyncHttpClient . |
Modifier and Type | Field and Description |
---|---|
protected AsyncHttpClientConfig |
HttpResponseStatus.config |
Modifier and Type | Method and Description |
---|---|
static AsyncHttpClient |
Dsl.asyncHttpClient(AsyncHttpClientConfig config) |
NettyWebSocket |
AsyncHttpClientConfig.NettyWebSocketFactory.newNettyWebSocket(io.netty.channel.Channel channel,
AsyncHttpClientConfig config) |
NettyWebSocket |
AsyncHttpClientConfig.NettyWebSocketFactory.DefaultNettyWebSocketFactory.newNettyWebSocket(io.netty.channel.Channel channel,
AsyncHttpClientConfig config) |
Constructor and Description |
---|
Builder(AsyncHttpClientConfig config) |
DefaultAsyncHttpClient(AsyncHttpClientConfig config)
Create a new HTTP Asynchronous Client using the specified
DefaultAsyncHttpClientConfig configuration. |
HttpResponseStatus(Uri uri,
AsyncHttpClientConfig config) |
Constructor and Description |
---|
DefaultSSLEngineFactory(AsyncHttpClientConfig config) |
Constructor and Description |
---|
NettyResponseStatus(Uri uri,
AsyncHttpClientConfig config,
io.netty.handler.codec.http.HttpResponse response,
io.netty.channel.Channel channel) |
Constructor and Description |
---|
ChannelManager(AsyncHttpClientConfig config,
io.netty.util.Timer nettyTimer) |
Constructor and Description |
---|
DefaultChannelPool(AsyncHttpClientConfig config,
io.netty.util.Timer hashedWheelTimer) |
Modifier and Type | Field and Description |
---|---|
protected AsyncHttpClientConfig |
Protocol.config |
Constructor and Description |
---|
HttpProtocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
Processor(AsyncHttpClientConfig config,
ChannelManager channelManager,
NettyRequestSender requestSender,
Protocol protocol) |
Protocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
WebSocketProtocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
Constructor and Description |
---|
NettyRequestFactory(AsyncHttpClientConfig config) |
NettyRequestSender(AsyncHttpClientConfig config,
ChannelManager channelManager,
io.netty.util.Timer nettyTimer,
AtomicBoolean closed) |
Constructor and Description |
---|
NettyBodyBody(Body body,
AsyncHttpClientConfig config) |
NettyFileBody(File file,
AsyncHttpClientConfig config) |
NettyFileBody(File file,
long offset,
long length,
AsyncHttpClientConfig config) |
NettyMultipartBody(List<Part> parts,
io.netty.handler.codec.http.HttpHeaders headers,
AsyncHttpClientConfig config) |
Constructor and Description |
---|
NettyWebSocket(io.netty.channel.Channel channel,
AsyncHttpClientConfig config) |
NettyWebSocket(io.netty.channel.Channel channel,
AsyncHttpClientConfig config,
Collection<WebSocketListener> listeners) |
Modifier and Type | Method and Description |
---|---|
static boolean |
HttpUtils.followRedirect(AsyncHttpClientConfig config,
Request request) |
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request) |
SSLContext |
SslUtils.getSSLContext(AsyncHttpClientConfig config) |
static int |
HttpUtils.requestTimeout(AsyncHttpClientConfig config,
Request request) |
Copyright © 2015. All Rights Reserved.