Class RequestSmallerThanPredicate

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

public class RequestSmallerThanPredicate extends Object implements Predicate
Predicate that returns true if the Content-Size of a request is smaller than a given size.
Author:
Brad Wood