AuthenticationRequiredPredicate
, ContainsPredicate
, EqualsPredicate
, ExistsPredicate
, FalsePredicate
, IdempotentPredicate
, MaxContentSizePredicate
, MethodPredicate
, MinContentSizePredicate
, NotPredicate
, PathMatchPredicate
, PathPrefixPredicate
, PathSuffixPredicate
, PathTemplatePredicate
, RegularExpressionPredicate
, SecurePredicate
, TruePredicate
public interface Predicate
Modifier and Type | Field | Description |
---|---|---|
static AttachmentKey<Map<String,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<Map<String,Object>> PREDICATE_CONTEXT
boolean resolve(HttpServerExchange value)
Copyright © 2018. All rights reserved.