Package io.undertow.predicate
Class MaxContentSizePredicate
- java.lang.Object
-
- io.undertow.predicate.MaxContentSizePredicate
-
- All Implemented Interfaces:
Predicate
@Deprecated public class MaxContentSizePredicate extends Object implements Predicate
Deprecated.Predicate that returns true if the Content-Size of a request is above a given value. UseRequestLargerThanPredicateinstead.- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaxContentSizePredicate.BuilderDeprecated.
-
Field Summary
-
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanresolve(HttpServerExchange value)Deprecated.StringtoString()Deprecated.
-