跳过导航链接
A B C D E F G H M N O P Q R S T U X 

A

add(String, String) - 类 中的方法xyz.migoo.simplehttp.Form
 
add(Map<String, Object>) - 类 中的方法xyz.migoo.simplehttp.Form
 
addHeader(Header) - 类 中的方法xyz.migoo.simplehttp.Request
 
addHeader(String, String) - 类 中的方法xyz.migoo.simplehttp.Request
 

B

BaseRequestEntity - xyz.migoo.simplehttp中的类
 
BaseRequestEntity() - 类 的构造器xyz.migoo.simplehttp.BaseRequestEntity
 
body(BaseRequestEntity) - 类 中的方法xyz.migoo.simplehttp.Request
 
body() - 类 中的方法xyz.migoo.simplehttp.Request
 
build() - 类 中的方法xyz.migoo.simplehttp.Form
 

C

clearCookies() - 类 中的方法xyz.migoo.simplehttp.Client
 
Client - xyz.migoo.simplehttp中的类
 
closeIdleConnections() - 类 中的静态方法xyz.migoo.simplehttp.Client
 
connectTimeout(int) - 类 中的方法xyz.migoo.simplehttp.Request
 
context(HttpClientContext) - 类 中的方法xyz.migoo.simplehttp.Request
 
context() - 类 中的方法xyz.migoo.simplehttp.Request
 
cookies(CookieStore) - 类 中的方法xyz.migoo.simplehttp.Request
 
cookies(List<Cookie>) - 类 中的方法xyz.migoo.simplehttp.Request
 
cookies() - 类 中的方法xyz.migoo.simplehttp.Response
 
cookieStore(CookieStore) - 类 中的方法xyz.migoo.simplehttp.Client
 
create(String, String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 

D

delete(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 
duration() - 类 中的方法xyz.migoo.simplehttp.Response
 

E

endTime() - 类 中的方法xyz.migoo.simplehttp.Response
 
execute(Request) - 类 中的方法xyz.migoo.simplehttp.Client
 
execute() - 类 中的方法xyz.migoo.simplehttp.Request
 
execute(CloseableHttpClient) - 类 中的方法xyz.migoo.simplehttp.Request
 

F

Form - xyz.migoo.simplehttp中的类
 
Form() - 类 的构造器xyz.migoo.simplehttp.Form
 
form() - 类 中的静态方法xyz.migoo.simplehttp.Form
 
form(Map<String, Object>) - 类 中的静态方法xyz.migoo.simplehttp.Form
 

G

get(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 
getContent() - 类 中的方法xyz.migoo.simplehttp.BaseRequestEntity
 
getContext() - 类 中的方法xyz.migoo.simplehttp.Response
 
getEntity() - 类 中的方法xyz.migoo.simplehttp.BaseRequestEntity
 
getHost() - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
getPassword() - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
getPort() - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
getScheme() - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
getUsername() - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
getValue(Object) - 类 中的方法xyz.migoo.simplehttp.RequestJsonEntity
 

H

hasUsernameAndPassword() - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
head(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 
headers(List<Header>) - 类 中的方法xyz.migoo.simplehttp.Request
 
headers() - 类 中的方法xyz.migoo.simplehttp.Request
 
headers() - 类 中的方法xyz.migoo.simplehttp.Response
 
HttpProxy - xyz.migoo.simplehttp中的类
 
HttpProxy() - 类 的构造器xyz.migoo.simplehttp.HttpProxy
 
HttpProxy(String, Integer) - 类 的构造器xyz.migoo.simplehttp.HttpProxy
 
HttpProxy(String, String, Integer) - 类 的构造器xyz.migoo.simplehttp.HttpProxy
 
HttpProxy(String, String, Integer, String, String) - 类 的构造器xyz.migoo.simplehttp.HttpProxy
 
HttpRequest - xyz.migoo.simplehttp中的类
 
HttpRequest(String, URI) - 类 的构造器xyz.migoo.simplehttp.HttpRequest
 

M

method() - 类 中的方法xyz.migoo.simplehttp.Request
 

N

newClient(CloseableHttpClient) - 类 中的静态方法xyz.migoo.simplehttp.Client
 
newClient() - 类 中的静态方法xyz.migoo.simplehttp.Client
 

O

options(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 

P

patch(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 
post(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 
proxy(HttpProxy) - 类 中的方法xyz.migoo.simplehttp.Request
 
proxy() - 类 中的方法xyz.migoo.simplehttp.Request
 
put(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 

Q

query(Form) - 类 中的方法xyz.migoo.simplehttp.Request
 
query() - 类 中的方法xyz.migoo.simplehttp.Request
 

R

redirectsEnabled() - 类 中的方法xyz.migoo.simplehttp.Request
 
redirectsEnabled(Boolean) - 类 中的方法xyz.migoo.simplehttp.Request
 
Request - xyz.migoo.simplehttp中的类
 
Request(String, String) - 类 的构造器xyz.migoo.simplehttp.Request
 
request(HttpRequest) - 类 中的方法xyz.migoo.simplehttp.Request
 
RequestFormEntity - xyz.migoo.simplehttp中的类
 
RequestFormEntity(Form) - 类 的构造器xyz.migoo.simplehttp.RequestFormEntity
 
RequestFormEntity(Map<String, Object>) - 类 的构造器xyz.migoo.simplehttp.RequestFormEntity
 
RequestJsonEntity - xyz.migoo.simplehttp中的类
 
RequestJsonEntity(String) - 类 的构造器xyz.migoo.simplehttp.RequestJsonEntity
 
RequestJsonEntity(Map<?, ?>) - 类 的构造器xyz.migoo.simplehttp.RequestJsonEntity
 
RequestJsonEntity(String, ContentType) - 类 的构造器xyz.migoo.simplehttp.RequestJsonEntity
 
Response - xyz.migoo.simplehttp中的类
 
Response() - 类 的构造器xyz.migoo.simplehttp.Response
 
response(CloseableHttpResponse) - 类 中的方法xyz.migoo.simplehttp.Response
 

S

setContent(String) - 类 中的方法xyz.migoo.simplehttp.BaseRequestEntity
 
setEntity(HttpEntity) - 类 中的方法xyz.migoo.simplehttp.BaseRequestEntity
 
setHost(String) - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
setPassword(String) - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
setPort(Integer) - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
setScheme(String) - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
setUsername(String) - 类 中的方法xyz.migoo.simplehttp.HttpProxy
 
socketTimeout(int) - 类 中的方法xyz.migoo.simplehttp.Request
 
startTime() - 类 中的方法xyz.migoo.simplehttp.Response
 
statusCode() - 类 中的方法xyz.migoo.simplehttp.Response
 

T

text() - 类 中的方法xyz.migoo.simplehttp.Response
 
toString() - 类 中的方法xyz.migoo.simplehttp.Form
 
trace(String) - 类 中的静态方法xyz.migoo.simplehttp.Request
 

U

uri() - 类 中的方法xyz.migoo.simplehttp.Request
 
uriNotContainsParam() - 类 中的方法xyz.migoo.simplehttp.Request
 
useExpectContinue() - 类 中的方法xyz.migoo.simplehttp.Request
 
userAgent(String) - 类 中的方法xyz.migoo.simplehttp.Request
 

X

xyz.migoo.simplehttp - 程序包 xyz.migoo.simplehttp
 
A B C D E F G H M N O P Q R S T U X 
跳过导航链接

Copyright © 2021. All rights reserved.