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 Details

    • IpFilterRuleChannelMatcher

      public IpFilterRuleChannelMatcher(Iterable<? extends io.netty.handler.ipfilter.IpFilterRule> rules)
  • Method Details

    • matches

      public boolean matches(io.netty.channel.Channel channel)
      Specified by:
      matches in interface io.netty.channel.group.ChannelMatcher