Interface ChannelMatcher

All Known Implementing Classes:
ChannelMatchers.ClassMatcher, ChannelMatchers.CompositeMatcher, ChannelMatchers.InstanceMatcher, ChannelMatchers.InvertMatcher

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 Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Channel channel)
    Returns true if the operation should be also executed on the given Channel.
  • Method Details

    • matches

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