private static final class ChannelMatchers.ClassMatcher extends java.lang.Object implements ChannelMatcher
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends Channel> |
clazz |
Constructor and Description |
---|
ClassMatcher(java.lang.Class<? extends Channel> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Channel ch)
Returns
true if the operation should be also executed on the given Channel . |
private final java.lang.Class<? extends Channel> clazz
ClassMatcher(java.lang.Class<? extends Channel> clazz)
public boolean matches(Channel ch)
ChannelMatcher
true
if the operation should be also executed on the given Channel
.matches
in interface ChannelMatcher