Class IpSubnetFilterRule
java.lang.Object
org.infinispan.server.core.transport.IpSubnetFilterRule
- All Implemented Interfaces:
io.netty.handler.ipfilter.IpFilterRule
This differs from Netty's equivalent
IpSubnetFilterRule in that it parses CIDR
addresses- Since:
- 12.1
- Author:
- Tristan Tarrant
-
Constructor Summary
ConstructorsConstructorDescriptionIpSubnetFilterRule(String cidr, io.netty.handler.ipfilter.IpFilterRuleType type) -
Method Summary
-
Constructor Details
-
IpSubnetFilterRule
-
-
Method Details
-
cidr
-
matches
- Specified by:
matchesin interfaceio.netty.handler.ipfilter.IpFilterRule
-
ruleType
public io.netty.handler.ipfilter.IpFilterRuleType ruleType()- Specified by:
ruleTypein interfaceio.netty.handler.ipfilter.IpFilterRule
-
toString
-