Package io.netty.channel.group
Interface ChannelMatcher
- All Known Implementing Classes:
ChannelMatchers.ClassMatcher
,ChannelMatchers.CompositeMatcher
,ChannelMatchers.InstanceMatcher
,ChannelMatchers.InvertMatcher
public interface ChannelMatcher
Allows to only match some
Channel
's for operations in ChannelGroup
.
ChannelMatchers
provide you with helper methods for usual needed implementations.-
Method Summary
-
Method Details
-
matches
Returnstrue
if the operation should be also executed on the givenChannel
.
-