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