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) |
default void |
SslEngineFactory.init(AsyncHttpClientConfig config)
Perform any necessary one-time configuration.
|
SSLEngine |
SslEngineFactory.newSslEngine(AsyncHttpClientConfig config,
String peerHost,
int peerPort)
Creates new
SSLEngine . |
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 |
---|
NettyResponseStatus(Uri uri,
AsyncHttpClientConfig config,
io.netty.handler.codec.http.HttpResponse response,
Channel channel) |
Constructor and Description |
---|
ChannelManager(AsyncHttpClientConfig config,
io.netty.util.Timer nettyTimer) |
DefaultChannelPool(AsyncHttpClientConfig config,
io.netty.util.Timer hashedWheelTimer) |
Modifier and Type | Field and Description |
---|---|
protected AsyncHttpClientConfig |
AsyncHttpClientHandler.config |
Constructor and Description |
---|
AsyncHttpClientHandler(AsyncHttpClientConfig config,
ChannelManager channelManager,
NettyRequestSender requestSender) |
HttpHandler(AsyncHttpClientConfig config,
ChannelManager channelManager,
NettyRequestSender requestSender) |
WebSocketHandler(AsyncHttpClientConfig config,
ChannelManager channelManager,
NettyRequestSender requestSender) |
Constructor and Description |
---|
Interceptors(AsyncHttpClientConfig config,
ChannelManager channelManager,
NettyRequestSender requestSender) |
Redirect30xInterceptor(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
ResponseFiltersInterceptor(AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
Constructor and Description |
---|
NettyChannelConnector(InetAddress localAddress,
List<InetSocketAddress> remoteAddresses,
AsyncHandler<?> asyncHandler,
TimeoutsHolder timeoutsHolder,
AtomicBoolean closed,
AsyncHttpClientConfig config) |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
SslEngineFactoryBase.configureSslEngine(SSLEngine sslEngine,
AsyncHttpClientConfig config) |
void |
DefaultSslEngineFactory.init(AsyncHttpClientConfig config) |
SSLEngine |
JsseSslEngineFactory.newSslEngine(AsyncHttpClientConfig config,
String peerHost,
int peerPort) |
SSLEngine |
DefaultSslEngineFactory.newSslEngine(AsyncHttpClientConfig config,
String peerHost,
int peerPort) |
Constructor and Description |
---|
TimeoutsHolder(io.netty.util.Timer nettyTimer,
NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
AsyncHttpClientConfig config) |
Constructor and Description |
---|
NettyWebSocket(Channel channel,
io.netty.handler.codec.http.HttpHeaders upgradeHeaders,
AsyncHttpClientConfig config) |
NettyWebSocket(Channel channel,
io.netty.handler.codec.http.HttpHeaders upgradeHeaders,
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) |
Copyright © 2016. All Rights Reserved.