AuthenticationRequiredPredicate, ContainsPredicate, EqualsPredicate, ExistsPredicate, FalsePredicate, IdempotentPredicate, MaxContentSizePredicate, MethodPredicate, MinContentSizePredicate, NotPredicate, PathMatchPredicate, PathPrefixPredicate, PathSuffixPredicate, PathTemplatePredicate, RegularExpressionPredicate, SecurePredicate, TruePredicatepublic interface Predicate
| Modifier and Type | Field | Description |
|---|---|---|
static AttachmentKey<java.util.Map<java.lang.String,java.lang.Object>> |
PREDICATE_CONTEXT |
Attachment key that can be used to store additional predicate context that allows the predicates to store
additional information.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
resolve(HttpServerExchange value) |
static final AttachmentKey<java.util.Map<java.lang.String,java.lang.Object>> PREDICATE_CONTEXT
boolean resolve(HttpServerExchange value)
Copyright © 2018. All rights reserved.