Class ContainsPredicate

java.lang.Object
io.undertow.predicate.ContainsPredicate
All Implemented Interfaces:
Predicate

public class ContainsPredicate extends Object implements Predicate
Returns true if the request header is present and contains one of the strings to match.
Author:
Stuart Douglas