Uses of Interface
io.netty.channel.pool.ChannelPool
Packages that use ChannelPool
-
Uses of ChannelPool in io.netty.channel.pool
Classes in io.netty.channel.pool with type parameters of type ChannelPoolModifier and TypeClassDescriptionclass
AbstractChannelPoolMap<K,
P extends ChannelPool> A skeletalChannelPoolMap
implementation.interface
ChannelPoolMap<K,
P extends ChannelPool> Allows to mapChannelPool
implementations to a specific key.Classes in io.netty.channel.pool that implement ChannelPoolModifier and TypeClassDescriptionclass
ChannelPool
implementation that takes anotherChannelPool
implementation and enforce a maximum number of concurrent connections.class
SimpleChannelPool
implementation which will create newChannel
s if someone tries to acquire aChannel
but none is in the pool atm.Methods in io.netty.channel.pool with parameters of type ChannelPoolModifier and TypeMethodDescriptionAbstractChannelPoolMap.poolCloseAsyncIfSupported
(ChannelPool pool) If the pool implementation supports asynchronous close, then use it to avoid a blocking close call in case the ChannelPoolMap operations are called from an EventLoop.