Class ChannelMatchers.ClassMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<? extends Channel> clazz  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassMatcher​(java.lang.Class<? extends Channel> clazz)  
    • 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

      • clazz

        private final java.lang.Class<? extends Channel> clazz
    • Constructor Detail

      • ClassMatcher

        ClassMatcher​(java.lang.Class<? extends Channel> clazz)