Class MaxContentSizePredicate

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

public class MaxContentSizePredicate extends Object implements Predicate
Predicate that returns true if the Content-Size of a request is above a given value.
Author:
Stuart Douglas