Uses of Interface
io.netty.channel.pool.ChannelPool
-
Packages that use ChannelPool Package Description io.netty.channel.pool Implementations and API forChannelpools. -
-
Uses of ChannelPool in io.netty.channel.pool
Classes in io.netty.channel.pool with type parameters of type ChannelPool Modifier and Type Class Description classAbstractChannelPoolMap<K,P extends ChannelPool>A skeletalChannelPoolMapimplementation.interfaceChannelPoolMap<K,P extends ChannelPool>Allows to mapChannelPoolimplementations to a specific key.Classes in io.netty.channel.pool that implement ChannelPool Modifier and Type Class Description classFixedChannelPoolChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.classSimpleChannelPoolSimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm.Methods in io.netty.channel.pool with parameters of type ChannelPool Modifier and Type Method Description private static Future<java.lang.Void>AbstractChannelPoolMap. 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.
-