Class AbstractChannelPoolMap<K, P extends ChannelPool>

java.lang.Object
io.netty.channel.pool.AbstractChannelPoolMap<K,P>
All Implemented Interfaces:
ChannelPoolMap<K,P>, Closeable, AutoCloseable, Iterable<Map.Entry<K,P>>

public abstract class AbstractChannelPoolMap<K, P extends ChannelPool> extends Object implements ChannelPoolMap<K,P>, Iterable<Map.Entry<K,P>>, Closeable
A skeletal ChannelPoolMap implementation. To find the right ChannelPool the Object.hashCode() and Object.equals(Object) is used.
  • Constructor Details

    • AbstractChannelPoolMap

      public AbstractChannelPoolMap()
  • Method Details