Package io.netty.channel.group
Interface ChannelMatcher
-
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.
-