Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- appendGetUrlParam(String, T) - Static method in class http.HttpUtil
-
拼接 get 请求参数
B
G
- getConnection(String) - Static method in class http.HttpUtil
-
设置通用的请求属性
- getResponseString(HttpURLConnection) - Static method in class http.HttpUtil
-
获取返回值
H
- http - package http
- HttpUtil - Class in http
-
http 工具类
- HttpUtil() - Constructor for class http.HttpUtil
-
Default constructor added by Java.
I
- initGetConnection(String, T) - Static method in class http.HttpUtil
-
获取URLConnection
L
P
S
- sendDelete(String, T, Map<String, String>) - Static method in class http.HttpUtil
-
向指定URL发送 delete 方法的请求
- sendGet(String, T, Map<String, String>) - Static method in class http.HttpUtil
-
向指定URL发送GET方法的请求
- sendObjPost(String, Object, Map<String, String>) - Static method in class http.HttpUtil
-
发送对象 post
- sendPost(String, String, Map<String, String>) - Static method in class http.HttpUtil
-
向指定 URL 发送POST方法的请求
- sendPostFile(String, T, String, Map<String, String>) - Static method in class http.HttpUtil
-
发送 post 文件请求
All Classes and Interfaces|All Packages|Constant Field Values