public interface HttpResponseAnalyzer
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends BaseResponse> |
analysis(HttpResponseHandleContext context,
T response)
解析httpResponse
|
<T extends BaseResponse> boolean analysis(HttpResponseHandleContext context, T response) throws Exception
T - 范型context - http返回结果处理上下文response - responseException - exceptionCopyright © 2024. All rights reserved.