跳过导航链接
A B C D E F G H I J K M O P R S T U V W 

A

accept(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
指定客户端能够接收的内容类型 例如:Accept: text/plain, text/html
accept() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
acceptCharset(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
浏览器可以接受的字符编码集 例如:Accept-Charset: iso-8859-5
acceptCharset() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
acceptEncoding(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
指定浏览器可以支持的web服务器返回内容压缩编码类型 例如:Accept-Encoding: compress, gzip
acceptEncoding() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
acceptLanguage(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
浏览器可接受的语言 例如:Accept-Language: en,zh
acceptLanguage() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
acceptRanges(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
可以请求网页实体的一个或者多个子范围字段 例如:Accept-Ranges: bytes
acceptRanges() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
apache - 接口 中的静态变量me.wuwenbin.tools.http.Http
 
ApacheHttp - me.wuwenbin.tools.http.apache中的类
使用apache的http请求,其所有的请求参数包含HttpClient对象、url(必须有)、请求方式、请求参数parasMap、header数组、编码格式encoding。
ApacheHttp() - 类 的构造器me.wuwenbin.tools.http.apache.ApacheHttp
 
ApacheHttpUtils - me.wuwenbin.tools.http.apache.util中的类
created by Wuwenbin on 2017/9/17 at 11:45
ApacheHttpUtils() - 类 的构造器me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
APP_FORM_URLENCODED - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
authorization(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
HTTP授权的授权证书 例如:Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
authorization() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 

B

build() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
返回header头信息
buildParas(String) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
生成参数 参数格式“k1=v1&k2=v2”
buildParas(String[][]) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
生成参数 参数类型:{{"k1","v1"},{"k2","v2"}}

C

cacheControl(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
指定请求和响应遵循的缓存机制 例如:Cache-Control: no-cache
cacheControl() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
checkHasParas(String, List<NameValuePair>, String) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
检测url是否含有参数,如果有,则把参数加到参数列表中
client(HttpClient) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
HttpClient对象
client() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
CONN_CLOSE - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
connection(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
表示是否需要持久连接(HTTP 1.1默认进行持久连接) 例如:Connection: close 短链接; Connection: keep-alive 长连接
connection() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
CONTENT_CHARSET_ISO_8859_1 - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
CONTENT_CHARSET_UTF8 - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
contentLength(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
请求内容长度 例如:Content-Length: 348
contentLength() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
contentType(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
请求的与实体对应的MIME信息 例如:Content-Type: application/x-www-form-urlencoded
contentType() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
context(HttpContext) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
cookie操作相关
context() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
cookie(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
HTTP请求发送时,会把保存在该请求域名下的所有cookie值一起发送给web服务器 例如:Cookie: $Version=1; Skin=new;
cookie() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
custom() - 类 中的静态方法me.wuwenbin.tools.http.apache.util.SSLx
 
customSSL(String, String) - 类 中的方法me.wuwenbin.tools.http.apache.util.SSLx
 

D

date(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
请求发送的日期和时间 例如:Date: Tue, 15 Nov 2010 08:12:31 GMT
date() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
DEF_PROTOCOL_CHARSET - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
delete(HttpClient, String, Header[], HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Delete方式,请求资源或服务
delete(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Delete方式,请求资源或服务
down(HttpClient, String, Header[], HttpContext, OutputStream) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
下载文件
down(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
下载文件

E

encoding(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
输入输出编码
encoding() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
ENTITY_BYTES - 类 中的静态变量me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
ENTITY_FILE - 类 中的静态变量me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
ENTITY_INPUT_STREAM - 类 中的静态变量me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
ENTITY_MULTIPART - 类 中的静态变量me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
ENTITY_SERIALIZABLE - 类 中的静态变量me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
ENTITY_STRING - 类 中的静态变量me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
 
error(String) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
打印错误消息
errorException(String, Throwable) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
打印错误消息和异常堆栈
exception(Throwable) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
打印异常堆栈
expect(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
请求的特定的服务器行为 例如:Expect: 100-continue
expect() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
EXPECT_CONTINUE - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 

F

files(String[]) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
上传文件时用到
files(String[], String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
上传文件时用到
files(String[], String, boolean) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
上传文件时用到
find(String) - 枚举 中的静态方法me.wuwenbin.tools.http.apache.util.SSLx.SSLProtocolVersion
 
from(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
发出请求的用户的Email 例如:From: user@email.com
from() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 

G

get(String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, Header[]) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, Map<String, Object>) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, Header[], Map<String, Object>) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, Map<String, Object>, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, Header[], Map<String, Object>, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(String, Header[], String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(HttpClient, String, Header[], Map<String, Object>, HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
get(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Get方式,请求资源或服务
getBodyBytes(HttpResponse) - 类 中的方法me.wuwenbin.tools.http.jodd.JoddHttp
returns raw body as byte array, so e.g. downloaded file can be saved.
getBodyText(HttpResponse) - 类 中的方法me.wuwenbin.tools.http.jodd.JoddHttp
body text, ie string encoded as specified by "Content-Type" 注意: Character encoding used in bodyText() is one set in the response headers.
getCode() - 枚举 中的方法me.wuwenbin.tools.http.apache.config.method.HttpMethod
 
getContext() - 类 中的方法me.wuwenbin.tools.http.apache.config.cookie.HttpCookies
 
getCookieStore() - 类 中的方法me.wuwenbin.tools.http.apache.config.cookie.HttpCookies
 
getInstance() - 类 中的静态方法me.wuwenbin.tools.http.apache.util.SSLx
 
getName() - 枚举 中的方法me.wuwenbin.tools.http.apache.config.method.HttpMethod
 
getName() - 枚举 中的方法me.wuwenbin.tools.http.apache.util.SSLx.SSLProtocolVersion
 
getRawBody(HttpResponse) - 类 中的方法me.wuwenbin.tools.http.jodd.JoddHttp
raw body content, always in ISO-8859-1 encoding.
getSSLCONNSF(SSLx.SSLProtocolVersion) - 类 中的方法me.wuwenbin.tools.http.apache.util.SSLx
 
getSSLContext(SSLx.SSLProtocolVersion) - 类 中的方法me.wuwenbin.tools.http.apache.util.SSLx
 
getSSLIOSS(SSLx.SSLProtocolVersion) - 类 中的方法me.wuwenbin.tools.http.apache.util.SSLx
 
getSSLSF(SSLx.SSLProtocolVersion) - 类 中的方法me.wuwenbin.tools.http.apache.util.SSLx
 
getVerifier() - 类 中的静态方法me.wuwenbin.tools.http.apache.util.SSLx
 

H

head(HttpClient, String, Header[], HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Head方式,请求资源或服务
head(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Head方式,请求资源或服务
Headers() - 类 的构造器me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
headers(Header[]) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
Header头信息
headers(Header[], boolean) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
Header头信息(是否返回response中的headers)
headers() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
host(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
指定请求的服务器的域名和端口号 例如:Host: blog.csdn.net
host() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
Http - me.wuwenbin.tools.http中的接口
HTTP请求工具类分两种 1:Apache的httpComponent 2:Jodd的http请求 created by Wuwenbin on 2017/9/16 at 23:40
HttpApacheConfig - me.wuwenbin.tools.http.apache.config中的类
apache的Http请求配置 created by Wuwenbin on 2017/9/17 at 10:31
HttpCookies - me.wuwenbin.tools.http.apache.config.cookie中的类
封装Cookie
HttpHeader - me.wuwenbin.tools.http.apache.config.header中的类
创建HttpReqHead
HttpHeader.Headers - me.wuwenbin.tools.http.apache.config.header中的类
常用头信息配置
HttpMethod - me.wuwenbin.tools.http.apache.config.method中的枚举
枚举Http请求的方法 created by Wuwenbin on 2017/9/17 at 10:29

I

ifMatch(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
只有请求内容与实体相匹配才有效 例如:If-Match: “737060cd8c284d8af7ad3082f209582d”
ifMatch() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
ifModifiedSince(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
如果请求的部分在指定时间之后被修改则请求成功,未被修改则返回304代码 例如:If-Modified-Since: Sat, 29 Oct 2010 19:43:31 GMT
ifModifiedSince() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
ifNoneMatch(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
如果内容未改变返回304代码,参数为服务器先前发送的Etag,与服务器回应的Etag比较判断是否改变 例如:If-None-Match: “737060cd8c284d8af7ad3082f209582d”
ifNoneMatch() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
ifRange(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
如果实体未改变,服务器发送客户端丢失的部分,否则发送整个实体。
ifRange() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
ifUnmodifiedSince(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
只在实体在指定时间之后未被修改才请求成功 例如:If-Unmodified-Since: Sat, 29 Oct 2010 19:43:31 GMT
ifUnmodifiedSince() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
inenc(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
输入编码
inenc() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
info(String) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
打印消息
infoException(String, Throwable) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
打印消息和异常堆栈
init() - 类 中的静态方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
 
init() - 类 中的静态方法me.wuwenbin.tools.http.apache.config.cookie.HttpCookies
 
init() - 类 中的静态方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
init() - 类 中的静态方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
isReturnRespHeaders() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
isSetPool() - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
 

J

jodd - 接口 中的静态变量me.wuwenbin.tools.http.Http
 
JoddHttp - me.wuwenbin.tools.http.jodd中的类
因为Jodd的用法比较简单暴力,所以此处不做详细拆分.
JoddHttp() - 类 的构造器me.wuwenbin.tools.http.jodd.JoddHttp
 
json(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
以json格式字符串作为参数
json() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 

K

KEEP_ALIVE - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
keepAlive(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
设置此HTTP连接的持续时间(超时时间) 例如:Keep-Alive: 300
keepAlive() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 

M

map2HttpEntity(List<NameValuePair>, Map<String, Object>, String) - 类 中的静态方法me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
参数转换,将map中的参数,转到参数列表中
maxForwards(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
限制信息通过代理和网关传送的时间 例如:Max-Forwards: 10
maxForwards() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
me.wuwenbin.tools.http - 程序包 me.wuwenbin.tools.http
 
me.wuwenbin.tools.http.apache - 程序包 me.wuwenbin.tools.http.apache
 
me.wuwenbin.tools.http.apache.config - 程序包 me.wuwenbin.tools.http.apache.config
 
me.wuwenbin.tools.http.apache.config.client - 程序包 me.wuwenbin.tools.http.apache.config.client
 
me.wuwenbin.tools.http.apache.config.cookie - 程序包 me.wuwenbin.tools.http.apache.config.cookie
 
me.wuwenbin.tools.http.apache.config.header - 程序包 me.wuwenbin.tools.http.apache.config.header
 
me.wuwenbin.tools.http.apache.config.method - 程序包 me.wuwenbin.tools.http.apache.config.method
 
me.wuwenbin.tools.http.apache.util - 程序包 me.wuwenbin.tools.http.apache.util
 
me.wuwenbin.tools.http.jodd - 程序包 me.wuwenbin.tools.http.jodd
 
method(HttpMethod) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
请求方法
method() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
methodName(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
请求方法
methodName() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 

O

options(HttpClient, String, Header[], HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Options方式,请求资源或服务
options(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Options方式,请求资源或服务
other(String, String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
指定客户端能够接收的内容类型 例如:Accept: text/plain, text/html
out(OutputStream) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
输出流对象
out() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
outenc(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
输出编码
outenc() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 

P

params(Map<String, Object>) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
传递参数
params() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
patch(HttpClient, String, Map<String, Object>, Header[], HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Patch方式,请求资源或服务
patch(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Patch方式,请求资源或服务
pool(int, int) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置连接池(默认开启https)
post(String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(String, Header[]) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(String, Map<String, Object>) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(String, Header[], Map<String, Object>) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以v方式,请求资源或服务
post(String, Map<String, Object>, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(String, Header[], Map<String, Object>, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(String, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(String, Header[], String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(HttpClient, String, Header[], Map<String, Object>, HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
post(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以post方式,请求资源或服务
pragma(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
用来包含实现特定的指令 例如:Pragma: no-cache
pragma() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
proxy(String, int) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置代理
proxyAuthorization(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
连接到代理的授权证书 例如:Proxy-Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
proxyAuthorization() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
put(HttpClient, String, Map<String, Object>, Header[], HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Put方式,请求资源或服务
put(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Put方式,请求资源或服务

R

range(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
只请求实体的一部分,指定范围 例如:Range: bytes=500-999
referer(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
先前网页的地址,当前请求网页紧随其后,即来路 例如:Referer: http://www.zcmhi.com/archives/71.html
referer() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
resp2Stream(HttpResponse, OutputStream) - 类 中的静态方法me.wuwenbin.tools.http.apache.ApacheHttp
转化为流
retry(int) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
重试(如果请求是幂等的,就再次尝试)
retry(int, boolean) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
重试(如果请求是幂等的,就再次尝试)

S

send(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
请求资源或服务
send(HttpRequest) - 类 中的方法me.wuwenbin.tools.http.jodd.JoddHttp
获取返回结果对象,返回的所有内容都可以从此对象中获取, 以下的几种方法为常用的几种,所以单独写作方法出来以便调用
setContext(HttpClientContext) - 类 中的方法me.wuwenbin.tools.http.apache.config.cookie.HttpCookies
 
setCookieStore(CookieStore) - 类 中的方法me.wuwenbin.tools.http.apache.config.cookie.HttpCookies
 
setSetPool(boolean) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
 
ssl() - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置ssl安全链接
ssl(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置自定义sslcontext
ssl(String, String) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置自定义sslcontext
sslpv(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置ssl版本
如果您想要设置ssl版本,必须先调用此方法,再调用ssl方法
仅支持 SSLv3,TSLv1,TSLv1.1,TSLv1.2
sslpv(SSLx.SSLProtocolVersion) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置ssl版本
如果您想要设置ssl版本,必须先调用此方法,再调用ssl方法
仅支持 SSLv3,TSLv1,TSLv1.1,TSLv1.2
SSLx - me.wuwenbin.tools.http.apache.util中的类
设置ssl created by Wuwenbin on 2017/9/17 at 10:35
SSLx() - 类 的构造器me.wuwenbin.tools.http.apache.util.SSLx
 
SSLx.SSLProtocolVersion - me.wuwenbin.tools.http.apache.util中的枚举
The SSL protocol version (SSLv3, TLSv1, TLSv1.1, TLSv1.2)
status(HttpClient, String, Header[], HttpContext, HttpMethod) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
查看资源链接情况,返回状态码
status(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
查看资源链接情况,返回状态码

T

te(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
客户端愿意接受的传输编码,并通知服务器接受接受尾加头信息 例如:TE: trailers,deflate;q=0.5
te() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
TemplateHttpClientBuilder - me.wuwenbin.tools.http.apache.config.client中的类
如下方式链式生成配置 TemplateHttpClientBuilder.init().timeout(1000).pool(100, 10).sslpv(SSLProtocolVersion.TLSv1_2).ssl().retry(5) 再通过父方法中的.build()来生成HttpClient created by Wuwenbin on 2017/9/17 at 10:33
TEXT_HTML - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
TEXT_JSON - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
TEXT_PLAIN - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
TEXT_XML - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
 
timeout(int) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置超时时间
timeout(int, boolean) - 类 中的方法me.wuwenbin.tools.http.apache.config.client.TemplateHttpClientBuilder
设置超时时间以及是否允许网页重定向(自动跳转 302)
trace(HttpClient, String, Header[], HttpContext, String) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Trace方式,请求资源或服务
trace(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
以Trace方式,请求资源或服务

U

upgrade(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
向服务器指定某种传输协议以便服务器进行转换(如果支持) 例如:Upgrade: HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11
upgrade() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
upload(HttpClient, String, Header[], HttpContext) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
上传文件
upload(HttpApacheConfig) - 类 中的方法me.wuwenbin.tools.http.apache.ApacheHttp
上传文件
url(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
资源url
url() - 类 中的方法me.wuwenbin.tools.http.apache.config.HttpApacheConfig
 
userAgent(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
User-Agent的内容包含发出请求的用户信息
userAgent() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 

V

valueOf(String) - 枚举 中的静态方法me.wuwenbin.tools.http.apache.config.method.HttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.wuwenbin.tools.http.apache.util.SSLx.SSLProtocolVersion
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法me.wuwenbin.tools.http.apache.config.method.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.wuwenbin.tools.http.apache.util.SSLx.SSLProtocolVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
via(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
通知中间网关或代理服务器地址,通信协议 例如:Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1)
via() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 

W

warning(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
关于消息实体的警告信息 例如:Warn: 199 Miscellaneous warning
warning() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
 
A B C D E F G H I J K M O P R S T U V W 
跳过导航链接

Copyright © 2017. All rights reserved.