Package | Description |
---|---|
io.netty.channel.pool |
Implementations and API for
Channel pools. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannelPoolMap<K,P extends ChannelPool>
A skeletal
ChannelPoolMap implementation. |
interface |
ChannelPoolMap<K,P extends ChannelPool>
Allows to map
ChannelPool implementations to a specific key. |
Modifier and Type | Class and Description |
---|---|
class |
FixedChannelPool
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum
number of concurrent connections. |
class |
SimpleChannelPool
Simple
ChannelPool implementation which will create new Channel s if someone tries to acquire
a Channel but none is in the pool atm. |
Copyright © 2008–2017 The Netty Project. All rights reserved.