A B C D E G H J O P R S T U V
A
- addHeader(String, String) - 类 中的方法cn.zcltd.http.HttpRequester
-
添加header
- addHeader(String, String) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
添加header
- addHeaders(Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
添加多个header
- addHeaders(Map<String, List<String>>) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
添加一组header
- addQueryParam(String, String) - 类 中的方法cn.zcltd.http.HttpRequester
-
添加url参数
- addQueryParams(Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
添加多个url参数
B
- buildPrintBody() - 类 中的方法cn.zcltd.http.response.HttpResponseHandler
-
- buildPrintBody() - 类 中的方法cn.zcltd.http.response.StringHttpResponseHandler
-
C
- cn.zcltd.http - 程序包 cn.zcltd.http
-
- cn.zcltd.http.response - 程序包 cn.zcltd.http.response
-
D
- delete(String, Map<String, String>, Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送delete请求
- delete(String, Map<String, String>, Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
E
- execute() - 类 中的方法cn.zcltd.http.HttpRequester
-
执行请求
G
- get(String, Map<String, String>, Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送get请求
- get(String, Map<String, String>, Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getBodyEntity() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getCharset() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getCm() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getDefaultRequester() - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getHeader(String) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
获取header(第一个值)
- getHeaderMap() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getHeaderMap() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getHeaderMult(String) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
获取header
- getHttpClient() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getHttpMethod() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getPrintFile() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getPrintFile() - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getPrintLog() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getPrintLog() - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getQueryParamMap() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getQueryString(Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpRequester
-
构建url参数
- getQueryString(Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getReqFilePath() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getReqFilePath() - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getRequest() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getRequestConfig() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getRequesterMap() - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- getResponse() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getResponseBody() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getResponseByte() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getResponseHandler() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getResponseJson() - 类 中的方法cn.zcltd.http.response.JsonHttpResponseResult
-
- getResponseStr() - 类 中的方法cn.zcltd.http.response.StringHttpResponseResult
-
- getSslcsf() - 类 中的方法cn.zcltd.http.HttpRequester
-
- getStatus() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- getUrl() - 类 中的方法cn.zcltd.http.HttpRequester
-
H
- handler(HttpUriRequest, HttpResponse) - 类 中的方法cn.zcltd.http.response.HttpResponseHandler
-
response处理程序
- handler(HttpUriRequest, HttpResponse) - 类 中的方法cn.zcltd.http.response.JsonHttpResponseHandler
-
- handler(HttpUriRequest, HttpResponse) - 类 中的方法cn.zcltd.http.response.StringHttpResponseHandler
-
- head(String, Map<String, String>, Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送head请求
- head(String, Map<String, String>, Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- HttpMethod - cn.zcltd.http中的枚举
-
- HttpRequester - cn.zcltd.http中的类
-
http(s)请求工具类
- HttpRequester() - 类 的构造器cn.zcltd.http.HttpRequester
-
构建基础请求环境
- HttpResponseHandler - cn.zcltd.http.response中的类
-
- HttpResponseHandler() - 类 的构造器cn.zcltd.http.response.HttpResponseHandler
-
- HttpResponseResult - cn.zcltd.http.response中的类
-
http请求返回结果
- HttpResponseResult() - 类 的构造器cn.zcltd.http.response.HttpResponseResult
-
- HttpResponseResult(byte[]) - 类 的构造器cn.zcltd.http.response.HttpResponseResult
-
- HttpUtil - cn.zcltd.http中的类
-
http(s)请求工具类
- HttpUtil() - 类 的构造器cn.zcltd.http.HttpUtil
-
J
- JsonHttpResponseHandler - cn.zcltd.http.response中的类
-
返回json
- JsonHttpResponseHandler() - 类 的构造器cn.zcltd.http.response.JsonHttpResponseHandler
-
- JsonHttpResponseResult - cn.zcltd.http.response中的类
-
http请求返回结果
- JsonHttpResponseResult(StringHttpResponseResult) - 类 的构造器cn.zcltd.http.response.JsonHttpResponseResult
-
O
- options(String, Map<String, String>, Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送options请求
- options(String, Map<String, String>, Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
P
- patch(String, Map<String, String>, Map<String, String>, Map<String, Object>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送patch请求
- patch(String, Map<String, String>, Map<String, String>, byte[]) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送patch请求
- patch(String, Map<String, String>, Map<String, String>, Map<String, Object>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- patch(String, Map<String, String>, Map<String, String>, byte[]) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- post(String, Map<String, String>, Map<String, String>, Map<String, Object>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送post请求
- post(String, Map<String, String>, Map<String, String>, byte[]) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送post请求
- post(String, Map<String, String>, Map<String, String>, Map<String, Object>, Map<String, File>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送post请求
- post(String, Map<String, String>, Map<String, String>, String, byte[], Map<String, File>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送post请求
- post(String, Map<String, String>, Map<String, String>, Map<String, Object>, String, File) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送post请求
- post(String, Map<String, String>, Map<String, String>, String, byte[], String, File) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送post请求
- post(String, Map<String, String>, Map<String, String>, Map<String, Object>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- post(String, Map<String, String>, Map<String, String>, byte[]) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- post(String, Map<String, String>, Map<String, String>, Map<String, Object>, Map<String, File>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- post(String, Map<String, String>, Map<String, String>, String, byte[], Map<String, File>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- post(String, Map<String, String>, Map<String, String>, Map<String, Object>, String, File) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- post(String, Map<String, String>, Map<String, String>, String, byte[], String, File) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- print(HttpUriRequest, HttpResponse) - 类 中的方法cn.zcltd.http.HttpRequester
-
打印请求日志
- put(String, Map<String, String>, Map<String, String>, Map<String, Object>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送put请求
- put(String, Map<String, String>, Map<String, String>, byte[]) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送put请求
- put(String, Map<String, String>, Map<String, String>, Map<String, Object>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- put(String, Map<String, String>, Map<String, String>, byte[]) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
R
- reqeust(HttpMethod, String, Map<String, String>, Map<String, String>, HttpEntity, HttpResponseHandler) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送请求
- reqeust(HttpMethod, String, Map<String, String>, Map<String, String>, HttpEntity, HttpResponseHandler) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- reset() - 类 中的方法cn.zcltd.http.HttpRequester
-
重置
S
- setBodyEntity(HttpEntity) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setCharset(String) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- setCm(PoolingHttpClientConnectionManager) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setHeaderMap(Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setHeaderMap(Map<String, List<String>>) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- setHttpClient(HttpClient) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setHttpMethod(HttpMethod) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setPrintFile(Boolean) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setPrintFile(Boolean) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- setPrintLog(Boolean) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setPrintLog(Boolean) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- setQueryParamMap(Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setReqFilePath(String) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setReqFilePath(String) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
- setRequest(HttpUriRequest) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- setRequestConfig(RequestConfig) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setResponse(HttpResponse) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- setResponseByte(byte[]) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- setResponseHandler(HttpResponseHandler) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setSslcsf(SSLConnectionSocketFactory) - 类 中的方法cn.zcltd.http.HttpRequester
-
- setStatus(int) - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- setUrl(String) - 类 中的方法cn.zcltd.http.HttpRequester
-
- StringHttpResponseHandler - cn.zcltd.http.response中的类
-
返回字符串
- StringHttpResponseHandler() - 类 的构造器cn.zcltd.http.response.StringHttpResponseHandler
-
- StringHttpResponseResult - cn.zcltd.http.response中的类
-
http请求返回结果
- StringHttpResponseResult(HttpResponseResult) - 类 的构造器cn.zcltd.http.response.StringHttpResponseResult
-
T
- toString() - 类 中的方法cn.zcltd.http.response.HttpResponseResult
-
- toString() - 类 中的方法cn.zcltd.http.response.StringHttpResponseResult
-
- trace(String, Map<String, String>, Map<String, String>) - 类 中的方法cn.zcltd.http.HttpRequester
-
发送trace请求
- trace(String, Map<String, String>, Map<String, String>) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
U
- use(String) - 类 中的静态方法cn.zcltd.http.HttpUtil
-
切换当前适用requester
V
- valueOf(String) - 枚举 中的静态方法cn.zcltd.http.HttpMethod
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.zcltd.http.HttpMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A B C D E G H J O P R S T U V
Copyright © 2019. All rights reserved.