| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.filter |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ActionFilter.apply(Request request,
ActionListener<Response> listener,
ActionFilterChain<Request,Response> chain)
Enables filtering the execution of an action on the request side, either by sending a response through the
ActionListener or by continuing the execution through the given chain |
void |
DefaultFilterChain.proceed(Request request,
ActionListener<Response> listener) |
void |
ActionFilterChain.proceed(Request request,
ActionListener<Response> listener)
Continue processing the request.
|
Copyright © 2021. All rights reserved.