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. UseRequestSmallerThanPredicateinstead.- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMinContentSizePredicate.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.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
resolve
public boolean resolve(HttpServerExchange value)
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-