public interface IHttpHandler
| 限定符和类型 | 方法和说明 |
|---|---|
<P> Map<String,Object> |
fillBaseParams(HttpUrl hurl,
Map<String,P> params)
填充基础参数, 如填充配置信息在的公共参数/计算摘要等操作
|
org.apache.http.Header[] |
getAllHeaders()
获取全部header参数
|
ResponseMessage |
parseResult(HttpUrl hurl,
String string)
解析结果
|
org.apache.http.Header[] getAllHeaders()
<P> Map<String,Object> fillBaseParams(HttpUrl hurl, Map<String,P> params)
params - 业务参数ResponseMessage parseResult(HttpUrl hurl, String string) throws RemoteServiceException, Exception
hurl - string - RemoteServiceExceptionExceptionCopyright © 2020. All rights reserved.