Interface ChannelMatcher


  • public interface ChannelMatcher
    Allows to only match some Channel's for operations in ChannelGroup. ChannelMatchers provide you with helper methods for usual needed implementations.
    • Method Detail

      • matches

        boolean matches​(Channel channel)
        Returns true if the operation should be also executed on the given Channel.