Class CompositeChannelMatcher
java.lang.Object
org.infinispan.server.core.transport.CompositeChannelMatcher
- All Implemented Interfaces:
io.netty.channel.group.ChannelMatcher
public class CompositeChannelMatcher
extends Object
implements io.netty.channel.group.ChannelMatcher
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
ConstructorDescriptionCompositeChannelMatcher
(io.netty.channel.group.ChannelMatcher... channelMatchers) -
Method Summary
-
Constructor Details
-
CompositeChannelMatcher
public CompositeChannelMatcher(io.netty.channel.group.ChannelMatcher... channelMatchers)
-
-
Method Details
-
matches
public boolean matches(io.netty.channel.Channel channel) - Specified by:
matches
in interfaceio.netty.channel.group.ChannelMatcher
-