Package io.netty.channel.group
Interface ChannelMatcher
-
- All Known Implementing Classes:
ChannelMatchers.ClassMatcher,ChannelMatchers.CompositeMatcher,ChannelMatchers.InstanceMatcher,ChannelMatchers.InvertMatcher
public interface ChannelMatcherAllows to only match someChannel's for operations inChannelGroup.ChannelMatchersprovide you with helper methods for usual needed implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Channel channel)Returnstrueif the operation should be also executed on the givenChannel.
-