Module org.eclipse.jetty.server
Package org.eclipse.jetty.server.handler
Class ConditionalHandler.MethodPredicate
java.lang.Object
org.eclipse.jetty.server.handler.ConditionalHandler.MethodPredicate
- Enclosing class:
ConditionalHandler
A
Predicate over Request that tests method name.
Using predicates in less efficient than using ConditionalHandler.includeMethod(String...)
and ConditionalHandler.excludeMethod(String...), so this predicate should only be used
if necessary to combine with other predicates.-
Constructor Details
-
MethodPredicate
-
-
Method Details
-
test
-
hashCode
-
equals
-
toString
-