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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic InetAddressgetInetAddress(SocketAddress socketAddress) inthashCode()booleantoString()