Package io.netty.channel.group
Class ChannelMatchers.InvertMatcher
java.lang.Object
io.netty.channel.group.ChannelMatchers.InvertMatcher
- All Implemented Interfaces:
ChannelMatcher
- Enclosing class:
ChannelMatchers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matcher
-
-
Constructor Details
-
InvertMatcher
InvertMatcher(ChannelMatcher matcher)
-
-
Method Details
-
matches
Description copied from interface:ChannelMatcher
Returnstrue
if the operation should be also executed on the givenChannel
.- Specified by:
matches
in interfaceChannelMatcher
-