| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.filter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFilterChain<Request,Response> |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
Copyright © 2021. All rights reserved.