public interface APIRequestInterceptor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(APIRequest<? extends APIResponse> request)
在请求之前执行
此方法将在APIRequest未初始化时进行调用。
|
void process(APIRequest<? extends APIResponse> request) throws APIException, IOException
request - requestAPIException - API异常IOException - 流异常Copyright © 2020. All rights reserved.