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