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