Class ConditionalHandler.MethodPredicate

java.lang.Object
org.eclipse.jetty.server.handler.ConditionalHandler.MethodPredicate
All Implemented Interfaces:
Predicate<Request>
Enclosing class:
ConditionalHandler

public static class ConditionalHandler.MethodPredicate extends Object implements Predicate<Request>
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.