Module org.eclipse.jetty.server
Package org.eclipse.jetty.server.handler
Class ConditionalHandler.InetAddressPatternPredicate
java.lang.Object
org.eclipse.jetty.server.handler.ConditionalHandler.InetAddressPatternPredicate
- Enclosing class:
ConditionalHandler
public static class ConditionalHandler.InetAddressPatternPredicate
extends Object
implements Predicate<Request>
A
Predicate over Request that tests an InetAddressPattern
against the getRemoteSocketAddress() of
Request.getConnectionMetaData().-
Constructor Summary
ConstructorsConstructorDescriptionInetAddressPatternPredicate(org.eclipse.jetty.util.InetAddressPattern pattern) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic InetAddressgetInetAddress(SocketAddress socketAddress) inthashCode()booleantoString()
-
Constructor Details
-
InetAddressPatternPredicate
public InetAddressPatternPredicate(org.eclipse.jetty.util.InetAddressPattern pattern)
-
-
Method Details
-
getInetAddress
-
test
-
hashCode
-
equals
-
toString
-