Package io.undertow.predicate
-
Interface Summary Interface Description Predicate A predicate.PredicateBuilder An interface that knows how to build a predicate from a textual representation. -
Class Summary Class Description AuthenticationRequiredPredicate Predicate that returns true if authentication is required.AuthenticationRequiredPredicate.Builder ContainsPredicate Returns true if the request header is present and contains one of the strings to match.ContainsPredicate.Builder PathTemplatePredicate PathTemplatePredicate.Builder PredicateParser Parser that can build a predicate from a string representation.Predicates Utility class used for creating predicatesPredicatesHandler Handler that can deal with a large number of predicates.PredicatesHandler.DoneHandlerBuilder PredicatesHandler.RestartHandlerBuilder PredicatesHandler.Wrapper RegularExpressionPredicate A predicate that does a regex match against an exchange.RegularExpressionPredicate.Builder SecurePredicate SecurePredicate.Builder