Package org.eclipse.jetty.util
Class IPAddressMap.IPAddrPattern
java.lang.Object
org.eclipse.jetty.util.IPAddressMap.IPAddrPattern
- Enclosing class:
IPAddressMap<TYPE>
IPAddrPattern
Represents internet address wildcard.
Matches the wildcard to provided internet address.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_octets
-
-
Constructor Details
-
IPAddrPattern
Create new IPAddrPattern- Parameters:
value
- internet address wildcard specification- Throws:
IllegalArgumentException
- if wildcard specification is invalid
-
-
Method Details
-
match
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
-