Skip navigation links
A B C D E F G H I L M O P Q R S T U V W 

A

add(String, Object) - Method in class tech.msop.core.http.FormBuilder
 
add(String, Object) - Method in class tech.msop.core.http.MultipartFormBuilder
 
add(String, File) - Method in class tech.msop.core.http.MultipartFormBuilder
 
add(String, String, File) - Method in class tech.msop.core.http.MultipartFormBuilder
 
add(String, String, RequestBody) - Method in class tech.msop.core.http.MultipartFormBuilder
 
add(RequestBody) - Method in class tech.msop.core.http.MultipartFormBuilder
 
add(Headers, RequestBody) - Method in class tech.msop.core.http.MultipartFormBuilder
 
add(MultipartBody.Part) - Method in class tech.msop.core.http.MultipartFormBuilder
 
addCookie(Cookie) - Method in class tech.msop.core.http.HttpRequest
 
addEncoded(String, Object) - Method in class tech.msop.core.http.FormBuilder
 
addHeader(Map<String, String>) - Method in class tech.msop.core.http.HttpRequest
 
addHeader(String...) - Method in class tech.msop.core.http.HttpRequest
 
addHeader(String, String) - Method in class tech.msop.core.http.HttpRequest
 
addMap(Map<String, Object>) - Method in class tech.msop.core.http.FormBuilder
 
addMap(Map<String, Object>) - Method in class tech.msop.core.http.MultipartFormBuilder
 
asBytes() - Method in class tech.msop.core.http.Exchange
Returns body to byte arrays.
asBytes() - Method in class tech.msop.core.http.HttpResponse
 
asBytes() - Method in interface tech.msop.core.http.ResponseSpec
Returns body to byte arrays.
asDocument(ResponseSpec) - Static method in class tech.msop.core.http.DomMapper
Returns body to jsoup Document.
asDomList(Class<T>) - Method in class tech.msop.core.http.Exchange
将 xml、heml 转成对象
asDomList(Class<T>) - Method in class tech.msop.core.http.HttpResponse
 
asDomList(Class<T>) - Method in interface tech.msop.core.http.ResponseSpec
将 xml、heml 转成对象
asDomValue(Class<T>) - Method in class tech.msop.core.http.Exchange
将 xml、heml 转成对象
asDomValue(Class<T>) - Method in class tech.msop.core.http.HttpResponse
 
asDomValue(Class<T>) - Method in interface tech.msop.core.http.ResponseSpec
将 xml、heml 转成对象
asJsonNode() - Method in class tech.msop.core.http.Exchange
Returns body to JsonNode.
asJsonNode() - Method in class tech.msop.core.http.HttpResponse
 
asJsonNode() - Method in interface tech.msop.core.http.ResponseSpec
Returns body to JsonNode.
asList(Class<T>) - Method in class tech.msop.core.http.Exchange
Returns body to List.
asList(Class<T>) - Method in class tech.msop.core.http.HttpResponse
 
asList(Class<T>) - Method in interface tech.msop.core.http.ResponseSpec
Returns body to List.
asMap(Class<?>, Class<?>) - Method in class tech.msop.core.http.Exchange
Returns body to Map.
asMap(Class<?>) - Method in class tech.msop.core.http.Exchange
Returns body to Map.
asMap(Class<?>, Class<?>) - Method in class tech.msop.core.http.HttpResponse
 
asMap(Class<?>) - Method in class tech.msop.core.http.HttpResponse
 
asMap(Class<?>, Class<?>) - Method in interface tech.msop.core.http.ResponseSpec
Returns body to Map.
asMap(Class<?>) - Method in interface tech.msop.core.http.ResponseSpec
Returns body to Map.
asStream() - Method in class tech.msop.core.http.HttpResponse
 
asStream() - Method in interface tech.msop.core.http.ResponseSpec
Returns body to InputStream.
asString() - Method in class tech.msop.core.http.Exchange
Returns body String.
asString() - Method in class tech.msop.core.http.HttpResponse
 
asString() - Method in interface tech.msop.core.http.ResponseSpec
Returns body String.
asValue(Class<T>) - Method in class tech.msop.core.http.Exchange
Returns body to Object.
asValue(TypeReference<T>) - Method in class tech.msop.core.http.Exchange
Returns body to Object.
asValue(Class<T>) - Method in class tech.msop.core.http.HttpResponse
 
asValue(TypeReference<T>) - Method in class tech.msop.core.http.HttpResponse
 
asValue(Class<T>) - Method in interface tech.msop.core.http.ResponseSpec
Returns body to Object.
asValue(TypeReference<T>) - Method in interface tech.msop.core.http.ResponseSpec
Returns body to Object.
async() - Method in class tech.msop.core.http.FormBuilder
 
async() - Method in class tech.msop.core.http.HttpRequest
 
async() - Method in class tech.msop.core.http.MultipartFormBuilder
 
AsyncCall - Class in tech.msop.core.http
异步执行器
AsyncCallback - Class in tech.msop.core.http
异步处理
authenticate(Route, Response) - Method in class tech.msop.core.http.BaseAuthenticator
 
authenticator(Authenticator) - Method in class tech.msop.core.http.HttpRequest
 

B

baseAuth(String, String) - Method in class tech.msop.core.http.HttpRequest
 
BaseAuthenticator - Class in tech.msop.core.http
BaseAuth
BaseAuthenticator() - Constructor for class tech.msop.core.http.BaseAuthenticator
 
body(RequestBody) - Method in class tech.msop.core.http.HttpRequest
 
bodyJson(Object) - Method in class tech.msop.core.http.HttpRequest
 
bodyString(String) - Method in class tech.msop.core.http.HttpRequest
 
bodyString(MediaType, String) - Method in class tech.msop.core.http.HttpRequest
 
build() - Method in class tech.msop.core.http.FormBuilder
 
build() - Method in class tech.msop.core.http.MultipartFormBuilder
 

C

cacheControl(CacheControl) - Method in class tech.msop.core.http.HttpRequest
 
close() - Method in class tech.msop.core.http.HttpResponse
 
code() - Method in class tech.msop.core.http.HttpResponse
 
code() - Method in interface tech.msop.core.http.ResponseSpec
Returns the HTTP code.
connectTimeout(Duration) - Method in class tech.msop.core.http.HttpRequest
 
contentLength() - Method in class tech.msop.core.http.HttpResponse
 
contentLength() - Method in interface tech.msop.core.http.ResponseSpec
Returns contentLength.
contentType() - Method in class tech.msop.core.http.HttpResponse
 
contentType() - Method in interface tech.msop.core.http.ResponseSpec
Returns contentType.
cookieManager(CookieJar) - Method in class tech.msop.core.http.HttpRequest
 
cookies() - Method in class tech.msop.core.http.HttpResponse
 
cookies() - Method in interface tech.msop.core.http.ResponseSpec
Returns the Cookies.
cookies(Consumer<List<Cookie>>) - Method in interface tech.msop.core.http.ResponseSpec
读取消费 cookie
CssQuery - Annotation Type in tech.msop.core.http
xml CssQuery
CssQueryMethodInterceptor - Class in tech.msop.core.http
代理模型
CssQueryMethodInterceptor() - Constructor for class tech.msop.core.http.CssQueryMethodInterceptor
 

D

DEFAULT_REGEX_GROUP - Static variable in annotation type tech.msop.core.http.CssQuery
默认的正则 group
delete(String) - Static method in class tech.msop.core.http.HttpRequest
 
delete(URI) - Static method in class tech.msop.core.http.HttpRequest
 
DELETE - Static variable in interface tech.msop.core.http.Method
 
disableSslValidation() - Method in class tech.msop.core.http.HttpRequest
关闭 ssl 校验
DomMapper - Class in tech.msop.core.http
爬虫 xml 转 bean 基于 jsoup
DomMapper() - Constructor for class tech.msop.core.http.DomMapper
 

E

eventListener(EventListener) - Method in class tech.msop.core.http.HttpRequest
 
Exchange - Class in tech.msop.core.http
Exchange
Exchange() - Constructor for class tech.msop.core.http.Exchange
 
exchange(String, Map<String, String>, Map<String, Object>) - Static method in class tech.msop.core.http.util.HttpUtil
 
exchange(String, Map<String, String>, String) - Static method in class tech.msop.core.http.util.HttpUtil
 
execute() - Method in class tech.msop.core.http.FormBuilder
 
execute() - Method in class tech.msop.core.http.HttpRequest
 
execute() - Method in class tech.msop.core.http.MultipartFormBuilder
 

F

followRedirects(boolean) - Method in class tech.msop.core.http.HttpRequest
 
followSslRedirects(boolean) - Method in class tech.msop.core.http.HttpRequest
 
FormBuilder - Class in tech.msop.core.http
表单构造器
formBuilder() - Method in class tech.msop.core.http.HttpRequest
 

G

get(String) - Static method in class tech.msop.core.http.HttpRequest
 
get(URI) - Static method in class tech.msop.core.http.HttpRequest
 
GET - Static variable in interface tech.msop.core.http.Method
 
get(String, Map<String, Object>) - Static method in class tech.msop.core.http.util.HttpUtil
GET
get(String, Map<String, String>, Map<String, Object>) - Static method in class tech.msop.core.http.util.HttpUtil
GET

H

headers() - Method in class tech.msop.core.http.HttpResponse
 
headers() - Method in interface tech.msop.core.http.ResponseSpec
Returns the Headers.
headers(Consumer<Headers>) - Method in interface tech.msop.core.http.ResponseSpec
Headers Consumer.
hostnameVerifier(HostnameVerifier) - Method in class tech.msop.core.http.HttpRequest
 
HttpRequest - Class in tech.msop.core.http
ok http 封装,请求结构体
HttpResponse - Class in tech.msop.core.http
ok http 封装,相应结构体
HttpUtil - Class in tech.msop.core.http.util
Http请求工具类
HttpUtil() - Constructor for class tech.msop.core.http.util.HttpUtil
 

I

INSTANCE - Static variable in class tech.msop.core.http.RetryPolicy
 
INSTANCE - Static variable in class tech.msop.core.http.Slf4jLogger
 
intercept(Object, Method, Object[], MethodProxy) - Method in class tech.msop.core.http.CssQueryMethodInterceptor
 
intercept(Interceptor.Chain) - Method in class tech.msop.core.http.RetryInterceptor
 
interceptor(Interceptor) - Method in class tech.msop.core.http.HttpRequest
 
isOk() - Method in class tech.msop.core.http.HttpResponse
 
isOk() - Method in interface tech.msop.core.http.ResponseSpec
Returns the HTTP isSuccessful.
isRedirect() - Method in class tech.msop.core.http.HttpResponse
 
isRedirect() - Method in interface tech.msop.core.http.ResponseSpec
Returns the is Redirect.

L

log() - Method in class tech.msop.core.http.HttpRequest
 
log(LogLevel) - Method in class tech.msop.core.http.HttpRequest
 
log(String) - Method in class tech.msop.core.http.Slf4jLogger
 
LogLevel - Enum in tech.msop.core.http
日志级别

M

message() - Method in class tech.msop.core.http.HttpResponse
 
message() - Method in interface tech.msop.core.http.ResponseSpec
Returns the HTTP status message.
Method - Interface in tech.msop.core.http
http method
multipartFormBuilder() - Method in class tech.msop.core.http.HttpRequest
 
MultipartFormBuilder - Class in tech.msop.core.http
表单构造器

O

onFailed(BiConsumer<Request, IOException>) - Method in class tech.msop.core.http.AsyncCall
 
onFailed(BiConsumer<Request, IOException>) - Method in class tech.msop.core.http.Exchange
 
onFailure(Call, IOException) - Method in class tech.msop.core.http.AsyncCallback
 
onResponse(Consumer<ResponseSpec>) - Method in class tech.msop.core.http.AsyncCall
 
onResponse(Call, Response) - Method in class tech.msop.core.http.AsyncCallback
 
onResponse(Function<ResponseSpec, R>) - Method in class tech.msop.core.http.Exchange
 
onSuccess(Function<ResponseSpec, R>) - Method in class tech.msop.core.http.Exchange
 
onSuccessful(Consumer<ResponseSpec>) - Method in class tech.msop.core.http.AsyncCall
 
onSuccessful(Function<ResponseSpec, R>) - Method in class tech.msop.core.http.Exchange
 
onSuccessfulOpt(Function<ResponseSpec, R>) - Method in class tech.msop.core.http.Exchange
 
onSuccessOpt(Function<ResponseSpec, R>) - Method in class tech.msop.core.http.Exchange
 

P

patch(String) - Static method in class tech.msop.core.http.HttpRequest
 
patch(URI) - Static method in class tech.msop.core.http.HttpRequest
 
PATCH - Static variable in interface tech.msop.core.http.Method
 
post(String) - Static method in class tech.msop.core.http.HttpRequest
 
post(URI) - Static method in class tech.msop.core.http.HttpRequest
 
POST - Static variable in interface tech.msop.core.http.Method
 
post(String, Map<String, Object>) - Static method in class tech.msop.core.http.util.HttpUtil
POST
post(String, Map<String, String>, Map<String, Object>) - Static method in class tech.msop.core.http.util.HttpUtil
POST
postJson(String, String) - Static method in class tech.msop.core.http.util.HttpUtil
POST请求发送JSON数据
postJson(String, Map<String, String>, String) - Static method in class tech.msop.core.http.util.HttpUtil
POST请求发送JSON数据
proxy(InetSocketAddress) - Method in class tech.msop.core.http.HttpRequest
 
proxyAuthenticator(Authenticator) - Method in class tech.msop.core.http.HttpRequest
 
proxySelector(ProxySelector) - Method in class tech.msop.core.http.HttpRequest
 
put(String) - Static method in class tech.msop.core.http.HttpRequest
 
put(URI) - Static method in class tech.msop.core.http.HttpRequest
 
PUT - Static variable in interface tech.msop.core.http.Method
 

Q

query(String) - Method in class tech.msop.core.http.HttpRequest
 
query(String, Object) - Method in class tech.msop.core.http.HttpRequest
 
queryEncoded(String) - Method in class tech.msop.core.http.HttpRequest
 
queryEncoded(String, Object) - Method in class tech.msop.core.http.HttpRequest
 
queryMap(Map<String, Object>) - Method in class tech.msop.core.http.HttpRequest
 

R

rawBody() - Method in class tech.msop.core.http.HttpResponse
 
rawBody() - Method in interface tech.msop.core.http.ResponseSpec
Returns rawBody.
rawBody(Consumer<ResponseBody>) - Method in interface tech.msop.core.http.ResponseSpec
rawBody Consumer.
rawRequest() - Method in class tech.msop.core.http.HttpResponse
 
rawRequest() - Method in interface tech.msop.core.http.ResponseSpec
Returns rawRequest.
rawRequest(Consumer<Request>) - Method in interface tech.msop.core.http.ResponseSpec
rawRequest Consumer.
rawResponse() - Method in class tech.msop.core.http.HttpResponse
 
rawResponse() - Method in interface tech.msop.core.http.ResponseSpec
Returns rawResponse.
rawResponse(Consumer<Response>) - Method in interface tech.msop.core.http.ResponseSpec
rawResponse Consumer.
readDocument(InputStream) - Static method in class tech.msop.core.http.DomMapper
将流读取为 jsoup Document
readDocument(String) - Static method in class tech.msop.core.http.DomMapper
将 html 字符串读取为 jsoup Document
readList(InputStream, Class<T>) - Static method in class tech.msop.core.http.DomMapper
读取 xml 信息为 java Bean
readList(String, Class<T>) - Static method in class tech.msop.core.http.DomMapper
读取 xml 信息为 java Bean
readList(Element, Class<T>) - Static method in class tech.msop.core.http.DomMapper
读取 xml 信息为 java Bean
readTimeout(Duration) - Method in class tech.msop.core.http.HttpRequest
 
readValue(InputStream, Class<T>) - Static method in class tech.msop.core.http.DomMapper
读取 xml 信息为 java Bean
readValue(String, Class<T>) - Static method in class tech.msop.core.http.DomMapper
读取 xml 信息为 java Bean
readValue(Element, Class<T>) - Static method in class tech.msop.core.http.DomMapper
读取 xml 信息为 java Bean
removeHeader(String) - Method in class tech.msop.core.http.HttpRequest
 
ResponseSpec - Interface in tech.msop.core.http
相应接口
retry() - Method in class tech.msop.core.http.HttpRequest
 
retry(int, long) - Method in class tech.msop.core.http.HttpRequest
 
retry(int, long, Predicate<ResponseSpec>) - Method in class tech.msop.core.http.HttpRequest
 
RetryInterceptor - Class in tech.msop.core.http
重试拦截器,应对代理问题
RetryInterceptor() - Constructor for class tech.msop.core.http.RetryInterceptor
 
retryOn(Predicate<ResponseSpec>) - Method in class tech.msop.core.http.HttpRequest
 
RetryPolicy - Class in tech.msop.core.http
重试策略
RetryPolicy() - Constructor for class tech.msop.core.http.RetryPolicy
 
RetryPolicy(int, long) - Constructor for class tech.msop.core.http.RetryPolicy
 
RetryPolicy(Predicate<ResponseSpec>) - Constructor for class tech.msop.core.http.RetryPolicy
 
RetryPolicy(int, long, Predicate<ResponseSpec>) - Constructor for class tech.msop.core.http.RetryPolicy
 

S

setGlobalLog(LogLevel) - Static method in class tech.msop.core.http.HttpRequest
 
setHeader(String, String) - Method in class tech.msop.core.http.HttpRequest
 
setHttpClient(OkHttpClient) - Static method in class tech.msop.core.http.HttpRequest
 
Slf4jLogger - Class in tech.msop.core.http
OkHttp Slf4j logger
Slf4jLogger() - Constructor for class tech.msop.core.http.Slf4jLogger
 
sslSocketFactory(SSLSocketFactory, X509TrustManager) - Method in class tech.msop.core.http.HttpRequest
 

T

tech.msop.core.http - package tech.msop.core.http
 
tech.msop.core.http.util - package tech.msop.core.http.util
 
toFile(File) - Method in class tech.msop.core.http.Exchange
toFile.
toFile(Path) - Method in class tech.msop.core.http.Exchange
toFile.
toFile(File) - Method in class tech.msop.core.http.HttpResponse
 
toFile(Path) - Method in class tech.msop.core.http.HttpResponse
 
toFile(File) - Method in interface tech.msop.core.http.ResponseSpec
toFile.
toFile(Path) - Method in interface tech.msop.core.http.ResponseSpec
toFile.
toString() - Method in class tech.msop.core.http.HttpRequest
 
toString() - Method in class tech.msop.core.http.HttpResponse
 

U

userAgent(String) - Method in class tech.msop.core.http.HttpRequest
 

V

valueOf(String) - Static method in enum tech.msop.core.http.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum tech.msop.core.http.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTimeout(Duration) - Method in class tech.msop.core.http.HttpRequest
 
A B C D E F G H I L M O P Q R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.