Package io.undertow.predicate
Class SecurePredicate
- java.lang.Object
-
- io.undertow.predicate.SecurePredicate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurePredicate.Builder
-
Field Summary
Fields Modifier and Type Field Description static SecurePredicateINSTANCE-
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description SecurePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanresolve(HttpServerExchange value)java.lang.StringtoString()
-
-
-
Field Detail
-
INSTANCE
public static final SecurePredicate INSTANCE
-
-
Method Detail
-
resolve
public boolean resolve(HttpServerExchange value)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-