| 程序包 | 说明 |
|---|---|
| com.gitee.qdbp.tools.http |
| 类和说明 |
|---|
| BaseHttpHandler |
| HostUrlConfig
URL配置项工具类
|
| HttpException
HTTP请求执行失败
|
| HttpMethod
HTTP请求方式, GET or POST
|
| HttpTools
HTTP请求工具类
|
| HttpUrl
远程请求的URL和HTTP请求方法
HttpUrl hurl = new HostUrl(host).post(uri); // 用于单一主机 HttpUri huri = HttpUri.post(uri); HttpUrl hurl = huri.to(host); // 用于多主机 |
| HttpUrl.HttpUri |
| IHttpHandler
参数处理和结果解析
|
| RemoteServiceException
远程业务异常类
|
Copyright © 2020. All rights reserved.