Package io.undertow.predicate
Class FalsePredicate
- java.lang.Object
-
- io.undertow.predicate.FalsePredicate
-
-
Field Summary
Fields Modifier and Type Field Description static FalsePredicate
INSTANCE
-
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description FalsePredicate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FalsePredicate
instance()
boolean
resolve(HttpServerExchange value)
java.lang.String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final FalsePredicate INSTANCE
-
-
Method Detail
-
instance
public static FalsePredicate instance()
-
resolve
public boolean resolve(HttpServerExchange value)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-