Package org.eclipse.jetty.util
Class InetAddressSet.LegacyInetRange
- java.lang.Object
-
- org.eclipse.jetty.util.InetAddressSet.InetPattern
-
- org.eclipse.jetty.util.InetAddressSet.LegacyInetRange
-
- Enclosing class:
- InetAddressSet
static class InetAddressSet.LegacyInetRange 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 LegacyInetRange(java.lang.String pattern)
-
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
-
-