Package org.eclipse.jetty.util
Class InetAddressSet.SingletonInetRange
- java.lang.Object
-
- org.eclipse.jetty.util.InetAddressSet.InetPattern
-
- org.eclipse.jetty.util.InetAddressSet.SingletonInetRange
-
- Enclosing class:
- InetAddressSet
static class InetAddressSet.SingletonInetRange extends InetAddressSet.InetPattern
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.net.InetAddress
_address
-
Fields inherited from class org.eclipse.jetty.util.InetAddressSet.InetPattern
_pattern
-
-
Constructor Summary
Constructors Constructor Description SingletonInetRange(java.lang.String pattern, java.net.InetAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(java.net.InetAddress address, byte[] raw)
-
Methods inherited from class org.eclipse.jetty.util.InetAddressSet.InetPattern
toString
-
-
-
-
Method Detail
-
test
public boolean test(java.net.InetAddress address, byte[] raw)
- Specified by:
test
in classInetAddressSet.InetPattern
-
-