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() 
- 
Constructor Details
- 
InetAddressPatternPredicate
 
 - 
 - 
Method Details
- 
getInetAddress
 - 
test
 - 
hashCode
 - 
equals
 - 
toString
 
 -