类 RequestPredicates.HeadersPredicate
java.lang.Object
cn.taketoday.web.handler.function.RequestPredicates.HeadersPredicate
- 所有已实现的接口:
RequestPredicate
- 封闭类:
- RequestPredicates
-
字段详细资料
-
headersPredicate
-
-
构造器详细资料
-
HeadersPredicate
-
-
方法详细资料
-
test
从接口复制的说明:RequestPredicateEvaluate this predicate on the given request.- 指定者:
test在接口中RequestPredicate- 参数:
request- the request to match against- 返回:
trueif the request matches the predicate;falseotherwise
-
toString
-