| Package | Description |
|---|---|
| org.asynchttpclient | |
| org.asynchttpclient.netty.channel | |
| org.asynchttpclient.netty.channel.pool |
| Modifier and Type | Method and Description |
|---|---|
ChannelPool |
DefaultAsyncHttpClient.getChannelPool() |
ChannelPool |
AdvancedConfig.getChannelPool() |
| Modifier and Type | Method and Description |
|---|---|
AdvancedConfig.Builder |
AdvancedConfig.Builder.channelPool(ChannelPool channelPool) |
| Constructor and Description |
|---|
AdvancedConfig(Map<io.netty.channel.ChannelOption<Object>,Object> channelOptions,
io.netty.channel.EventLoopGroup eventLoopGroup,
boolean preferNative,
AdvancedConfig.AdditionalPipelineInitializer httpAdditionalPipelineInitializer,
AdvancedConfig.AdditionalPipelineInitializer wsAdditionalPipelineInitializer,
AdvancedConfig.ResponseBodyPartFactory bodyPartFactory,
ChannelPool channelPool,
io.netty.util.Timer nettyTimer,
AdvancedConfig.NettyWebSocketFactory nettyWebSocketFactory,
ConnectionStrategy connectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ChannelPool |
ChannelManager.getChannelPool() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChannelPool
A simple implementation of
ChannelPool based on a
ConcurrentHashMap |
class |
NoopChannelPool |
Copyright © 2015. All Rights Reserved.