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.
|
javax.net.ssl.SSLEngine |
SslEngineFactory.newSslEngine(AsyncHttpClientConfig config,
java.lang.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,
Timer nettyTimer) |
DefaultChannelPool(AsyncHttpClientConfig config,
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(java.net.InetAddress localAddress,
java.util.List<java.net.InetSocketAddress> remoteAddresses,
AsyncHandler<?> asyncHandler,
AsyncHttpClientState clientState,
AsyncHttpClientConfig config) |
NettyRequestFactory(AsyncHttpClientConfig config) |
NettyRequestSender(AsyncHttpClientConfig config,
ChannelManager channelManager,
Timer nettyTimer,
AsyncHttpClientState clientState) |
Constructor and Description |
---|
NettyBodyBody(Body body,
AsyncHttpClientConfig config) |
NettyFileBody(java.io.File file,
AsyncHttpClientConfig config) |
NettyFileBody(java.io.File file,
long offset,
long length,
AsyncHttpClientConfig config) |
NettyMultipartBody(java.util.List<Part> parts,
io.netty.handler.codec.http.HttpHeaders headers,
AsyncHttpClientConfig config) |
Modifier and Type | Method and Description |
---|---|
protected void |
SslEngineFactoryBase.configureSslEngine(javax.net.ssl.SSLEngine sslEngine,
AsyncHttpClientConfig config) |
void |
DefaultSslEngineFactory.init(AsyncHttpClientConfig config) |
javax.net.ssl.SSLEngine |
DefaultSslEngineFactory.newSslEngine(AsyncHttpClientConfig config,
java.lang.String peerHost,
int peerPort) |
javax.net.ssl.SSLEngine |
JsseSslEngineFactory.newSslEngine(AsyncHttpClientConfig config,
java.lang.String peerHost,
int peerPort) |
Constructor and Description |
---|
TimeoutsHolder(Timer nettyTimer,
NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
AsyncHttpClientConfig config) |
Modifier and Type | Method and Description |
---|---|
static boolean |
HttpUtils.followRedirect(AsyncHttpClientConfig config,
Request request) |
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request) |
Copyright © 2019. All Rights Reserved.