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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static InetAddress
getInetAddress
(SocketAddress socketAddress) int
hashCode()
boolean
toString()