| 接口 | 说明 | 
|---|---|
| RequestExecutor<T,E> | http请求执行器. | 
| RequestHttp<H,P> | Created by ecoolper on 2017/4/22. | 
| ResponseHandler<T> | 
 http请求响应回调处理接口. | 
| 类 | 说明 | 
|---|---|
| BaseMediaDownloadRequestExecutor<H,P> | 下载媒体文件请求执行器. | 
| HttpResponseProxy | 
 三种http框架的response代理类,方便提取公共方法
 Created by Binary Wang on 2017-8-3. | 
| InputStreamData | 输入流数据. | 
| MediaInputStreamUploadRequestExecutor<H,P> | 上传媒体文件请求执行器. | 
| MediaUploadRequestExecutor<H,P> | 已过时 不应该继续使用执行器的方式上传文件,封装上传接口时应调用通用的文件上传,而旧代码也应该逐步迁移为新的上传方式 | 
| MinishopUploadRequestCustomizeExecutor<H,P> | |
| MinishopUploadRequestExecutor<H,P> | |
| SimpleGetRequestExecutor<H,P> | 简单的GET请求执行器. | 
| SimplePostRequestExecutor<H,P> | 简单的POST请求执行器,请求的参数是String, 返回的结果也是String | 
| URIUtil | |
| WxDnsResolver | 微信DNS域名解析器,将微信域名绑定到指定IP
 --------------------------------------------
 适用于服务器端调用微信服务器需要开通出口防火墙情况
 
 Created by Andy Huo on 17/03/28. | 
| 枚举 | 说明 | 
|---|---|
| HttpType | Created by ecoolper on 2017/4/28. | 
Copyright © 2024. All rights reserved.