Package | Description |
---|---|
org.asynchttpclient.netty | |
org.asynchttpclient.netty.channel | |
org.asynchttpclient.netty.handler |
Modifier and Type | Method and Description |
---|---|
<T> NettyAsyncHttpProviderConfig |
NettyAsyncHttpProviderConfig.addChannelOption(io.netty.channel.ChannelOption<T> name,
T value) |
NettyAsyncHttpProviderConfig |
NettyAsyncHttpProviderConfig.addProperty(io.netty.channel.ChannelOption<Object> name,
Object value)
Add a property that will be used when the AsyncHttpClient initialize its
AsyncHttpProvider |
Constructor and Description |
---|
ChannelManager(AsyncHttpClientConfig config,
NettyAsyncHttpProviderConfig nettyConfig,
io.netty.util.Timer nettyTimer) |
Modifier and Type | Field and Description |
---|---|
protected NettyAsyncHttpProviderConfig |
Protocol.nettyConfig |
Constructor and Description |
---|
HttpProtocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyAsyncHttpProviderConfig nettyConfig,
NettyRequestSender requestSender) |
Protocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyAsyncHttpProviderConfig nettyConfig,
NettyRequestSender requestSender) |
WebSocketProtocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyAsyncHttpProviderConfig nettyConfig,
NettyRequestSender requestSender) |
Copyright © 2015. All Rights Reserved.