public interface IFilterChain
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doFilter(IRequest request,
IResponse response)
执行过滤
|
void doFilter(IRequest request, IResponse response) throws IOException
request - 请求response - 响应IOException - IO异常Copyright © 2020. All Rights Reserved.