Package io.undertow.predicate
Class MinContentSizePredicate
java.lang.Object
io.undertow.predicate.MinContentSizePredicate
- All Implemented Interfaces:
Predicate
Deprecated.
Predicate that returns true if the Content-Size of a request is below a
given value.
Use
RequestSmallerThanPredicate
instead.- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptionboolean
resolve
(HttpServerExchange value) Deprecated.toString()
Deprecated.