Class IPAddressMap.IPAddrPattern

java.lang.Object
org.eclipse.jetty.util.IPAddressMap.IPAddrPattern
Enclosing class:
IPAddressMap<TYPE>

private static class IPAddressMap.IPAddrPattern extends Object
IPAddrPattern Represents internet address wildcard. Matches the wildcard to provided internet address.
  • Field Details

  • Constructor Details

  • Method Details

    • match

      public boolean match(String value) throws IllegalArgumentException
      Match the specified internet address against the wildcard
      Parameters:
      value - internet address
      Returns:
      true if specified internet address matches wildcard specification
      Throws:
      IllegalArgumentException - if specified internet address is invalid