Package io.undertow.predicate
Class MinContentSizePredicate
- java.lang.Object
-
- io.undertow.predicate.MinContentSizePredicate
-
- All Implemented Interfaces:
Predicate
@Deprecated public class MinContentSizePredicate extends java.lang.Object implements Predicate
Deprecated.Predicate that returns true if the Content-Size of a request is below a given value. UseRequestSmallerThanPredicate
instead.- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MinContentSizePredicate.Builder
Deprecated.
-
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 boolean
resolve(HttpServerExchange value)
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Method Detail
-
resolve
public boolean resolve(HttpServerExchange value)
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-