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

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     

    Methods inherited from interface org.jboss.netty.handler.ipfilter.IpSet

    contains
  • 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