Index

A B G H I L P S 
All Classes and Interfaces|All Packages|Constant Field Values

A

appendGetUrlParam(String, T) - Static method in class http.HttpUtil
拼接 get 请求参数

B

BOUNDARY - Static variable in class http.HttpUtil
边界标识

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

LINE_END - Static variable in class http.HttpUtil
字段结束

P

PREFIX - Static variable in class http.HttpUtil
必须存在

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 文件请求
A B G H I L P S 
All Classes and Interfaces|All Packages|Constant Field Values