private static final class ChannelMatchers.CompositeMatcher extends java.lang.Object implements ChannelMatcher
Modifier and Type | Field and Description |
---|---|
private ChannelMatcher[] |
matchers |
Constructor and Description |
---|
CompositeMatcher(ChannelMatcher... matchers) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Channel channel)
Returns
true if the operation should be also executed on the given Channel . |
private final ChannelMatcher[] matchers
CompositeMatcher(ChannelMatcher... matchers)
public boolean matches(Channel channel)
ChannelMatcher
true
if the operation should be also executed on the given Channel
.matches
in interface ChannelMatcher