Package io.undertow.predicate
package io.undertow.predicate
-
ClassDescriptionPredicate that returns true if authentication is required.Returns true if the request header is present and contains one of the strings to match.Returns true if all the provided arguments are equal to each otherReturns true if the given attribute is not null and not an empty stringA predicate that returns true if the request is idempotent according to the HTTP RFC.Deprecated.Deprecated.A predicate.An interface that knows how to build a predicate from a textual representation.Parser that can build a predicate from a string representation.Utility class used for creating predicatesHandler that can deal with a large number of predicates.A predicate that does a regex match against an exchange.Predicate that returns true if the Content-Size of a request is larger than a given size.Predicate that returns true if the Content-Size of a request is smaller than a given size.