Class ChannelMatchers.InstanceMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Channel channel  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(Channel ch)
      Returns true if the operation should be also executed on the given Channel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • channel

        private final Channel channel
    • Constructor Detail

      • InstanceMatcher

        InstanceMatcher​(Channel channel)