Class MinContentSizePredicate

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

@Deprecated public class MinContentSizePredicate extends Object implements Predicate
Deprecated.
Predicate that returns true if the Content-Size of a request is below a given value. Use RequestSmallerThanPredicate instead.
Author:
Stuart Douglas