Package org.eclipse.jetty.util
Class InetAddressSet.CidrInetRange
- java.lang.Object
-
- org.eclipse.jetty.util.InetAddressSet.InetPattern
-
- org.eclipse.jetty.util.InetAddressSet.CidrInetRange
-
- Enclosing class:
- InetAddressSet
static class InetAddressSet.CidrInetRange extends InetAddressSet.InetPattern
-
-
Constructor Summary
Constructors Constructor Description CidrInetRange(java.lang.String pattern, java.net.InetAddress address, int cidr)
-
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
-
-