Interface ChannelPoolMap<K,​P extends ChannelPool>

    • Method Detail

      • get

        P get​(K key)
        Return the ChannelPool for the code. This will never return null, but create a new ChannelPool if non exists for they requested key. Please note that null keys are not allowed.
      • contains

        boolean contains​(K key)
        Returns true if a ChannelPool exists for the given key. Please note that null keys are not allowed.