-
public interface ChannelMatcher
Allows to only match someChannel
's for operations inChannelGroup
.ChannelMatchers
provide you with helper methods for usual needed implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(Channel channel)
Returnstrue
if the operation should be also executed on the givenChannel
.
-