Package org.jboss.netty.handler.ipfilter
Interface IpFilterRule
-
- All Superinterfaces:
IpSet
- All Known Implementing Classes:
IpSubnetFilterRule
,IpV4SubnetFilterRule
,PatternRule
public interface IpFilterRule extends IpSet
This Interface defines an Ip Filter Rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAllowRule()
boolean
isDenyRule()
-