Package org.jboss.netty.handler.ipfilter
Interface IpFilterRule
- All Superinterfaces:
IpSet
- All Known Implementing Classes:
IpSubnetFilterRule
,IpV4SubnetFilterRule
,PatternRule
This Interface defines an Ip Filter Rule.
-
Method Summary
-
Method Details
-
isAllowRule
boolean isAllowRule()- Returns:
- True if this Rule is an ALLOW rule
-
isDenyRule
boolean isDenyRule()- Returns:
- True if this Rule is a DENY rule
-