Interface IpRange

All Known Implementing Classes:
IpRangeImpl, IpRangeV4Impl, IpRangeV6Impl

public interface IpRange
  • Method Details

    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String str)
    • isValid

      boolean isValid()
    • isSessionOnly

      boolean isSessionOnly()
    • getStartIp

      String getStartIp()
    • setStartIp

      void setStartIp(String str)
    • getEndIp

      String getEndIp()
    • setEndIp

      void setEndIp(String str)
    • setSessionOnly

      void setSessionOnly(boolean sessionOnly)
    • isInRange

      boolean isInRange(String ipAddress)
    • checkValid

      void checkValid()
    • compareStartIpTo

      int compareStartIpTo(IpRange other)
    • compareEndIpTo

      int compareEndIpTo(IpRange other)
    • compareDescription

      int compareDescription(IpRange other)
    • getStringSlow

      String getStringSlow()