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