Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(Headers, RequestBody) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(String, Object) - Method in class net.dreamlu.mica.http.FormBuilder
 
add(String, Object) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(String, String, File) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(String, String, RequestBody) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(String, File) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(String, String, byte[]) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(String, String, InputStream) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(Consumer<FormBody.Builder>) - Method in class net.dreamlu.mica.http.FormBuilder
 
add(Consumer<MultipartBody.Builder>) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(MultipartBody.Part) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
add(RequestBody) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
addCookie(Consumer<Cookie.Builder>) - Method in class net.dreamlu.mica.http.HttpRequest
 
addCookie(Cookie) - Method in class net.dreamlu.mica.http.HttpRequest
 
addEncoded(String, Object) - Method in class net.dreamlu.mica.http.FormBuilder
 
addHeader(String...) - Method in class net.dreamlu.mica.http.HttpRequest
 
addHeader(String, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
addHeader(Map<String, String>) - Method in class net.dreamlu.mica.http.HttpRequest
 
addList(List<MultipartBody.Part>) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
addMap(Map<String, Object>) - Method in class net.dreamlu.mica.http.FormBuilder
 
addMap(Map<String, Object>) - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
asBytes() - Method in class net.dreamlu.mica.http.BytesResponse
 
asBytes() - Method in class net.dreamlu.mica.http.Exchange
Returns body to byte arrays.
asBytes() - Method in class net.dreamlu.mica.http.HttpResponse
 
asBytes() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to byte arrays.
asJsonNode() - Method in class net.dreamlu.mica.http.BytesResponse
 
asJsonNode() - Method in class net.dreamlu.mica.http.Exchange
Returns body to JsonNode.
asJsonNode() - Method in class net.dreamlu.mica.http.HttpResponse
 
asJsonNode() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to JsonNode.
asJsonPointerBean(Class<T>) - Method in class net.dreamlu.mica.http.Exchange
转换成 JsonPointer 语法的模型
asJsonPointerBean(Class<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
转换成 JsonPointer 语法的模型
asList(Class<T>) - Method in class net.dreamlu.mica.http.BytesResponse
 
asList(Class<T>) - Method in class net.dreamlu.mica.http.Exchange
Returns body to List.
asList(Class<T>) - Method in class net.dreamlu.mica.http.HttpResponse
 
asList(Class<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to List.
asMap(Class<?>) - Method in class net.dreamlu.mica.http.BytesResponse
 
asMap(Class<?>) - Method in class net.dreamlu.mica.http.Exchange
Returns body to Map.
asMap(Class<?>) - Method in class net.dreamlu.mica.http.HttpResponse
 
asMap(Class<?>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to Map.
asMap(Class<?>, Class<?>) - Method in class net.dreamlu.mica.http.BytesResponse
 
asMap(Class<?>, Class<?>) - Method in class net.dreamlu.mica.http.Exchange
Returns body to Map.
asMap(Class<?>, Class<?>) - Method in class net.dreamlu.mica.http.HttpResponse
 
asMap(Class<?>, Class<?>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to Map.
asPart(String) - Method in interface net.dreamlu.mica.http.ResponseSpec
转换成文件上传 part
asPart(String, String) - Method in interface net.dreamlu.mica.http.ResponseSpec
转换成文件上传 part
asStream() - Method in class net.dreamlu.mica.http.BytesResponse
 
asStream() - Method in class net.dreamlu.mica.http.HttpResponse
 
asStream() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to InputStream.
asString() - Method in class net.dreamlu.mica.http.BytesResponse
 
asString() - Method in class net.dreamlu.mica.http.Exchange
Returns body String.
asString() - Method in class net.dreamlu.mica.http.HttpResponse
 
asString() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body String.
asString(Charset) - Method in class net.dreamlu.mica.http.BytesResponse
 
asString(Charset) - Method in class net.dreamlu.mica.http.Exchange
Returns body String.
asString(Charset) - Method in class net.dreamlu.mica.http.HttpResponse
 
asString(Charset) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body String.
asValue(TypeReference<T>) - Method in class net.dreamlu.mica.http.BytesResponse
 
asValue(TypeReference<T>) - Method in class net.dreamlu.mica.http.Exchange
Returns body to Object.
asValue(TypeReference<T>) - Method in class net.dreamlu.mica.http.HttpResponse
 
asValue(TypeReference<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to Object.
asValue(Class<T>) - Method in class net.dreamlu.mica.http.BytesResponse
 
asValue(Class<T>) - Method in class net.dreamlu.mica.http.Exchange
Returns body to Object.
asValue(Class<T>) - Method in class net.dreamlu.mica.http.HttpResponse
 
asValue(Class<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns body to Object.
asVoid() - Method in class net.dreamlu.mica.http.AsyncExchange
 
asVoid() - Method in class net.dreamlu.mica.http.Exchange
not return.
asVoid() - Method in interface net.dreamlu.mica.http.ResponseSpec
not return.
async() - Method in class net.dreamlu.mica.http.FormBuilder
 
async() - Method in class net.dreamlu.mica.http.HttpRequest
 
async() - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
AsyncCallback - Class in net.dreamlu.mica.http
异步处理
AsyncExchange - Class in net.dreamlu.mica.http
异步执行器
atJsonPath(String) - Method in class net.dreamlu.mica.http.Exchange
jackson json path 语法读取节点
atJsonPath(String) - Method in interface net.dreamlu.mica.http.ResponseSpec
jackson json path 语法读取节点
atJsonPathList(String, Class<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
jackson json path 语法读取节点
atJsonPathValue(String, TypeReference<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
jackson json path 语法读取节点
atJsonPathValue(String, JavaType) - Method in interface net.dreamlu.mica.http.ResponseSpec
jackson json path 语法读取节点
atJsonPathValue(String, Class<T>) - Method in class net.dreamlu.mica.http.Exchange
jackson json path 语法读取节点
atJsonPathValue(String, Class<T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
jackson json path 语法读取节点
authenticate(Route, Response) - Method in class net.dreamlu.mica.http.BaseAuthenticator
 
authenticator(Authenticator) - Method in class net.dreamlu.mica.http.HttpRequest
 

B

baseAuth(String, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
BaseAuthenticator - Class in net.dreamlu.mica.http
BaseAuth
BaseAuthenticator() - Constructor for class net.dreamlu.mica.http.BaseAuthenticator
 
BASIC - Enum constant in enum class net.dreamlu.mica.http.LogLevel
Logs request and response lines.
body(byte[]) - Method in class net.dreamlu.mica.http.HttpRequest
 
body(byte[], MediaType) - Method in class net.dreamlu.mica.http.HttpRequest
 
body(File, MediaType) - Method in class net.dreamlu.mica.http.HttpRequest
 
body(String, MediaType) - Method in class net.dreamlu.mica.http.HttpRequest
 
body(RequestBody) - Method in class net.dreamlu.mica.http.HttpRequest
 
BODY - Enum constant in enum class net.dreamlu.mica.http.LogLevel
Logs request and response lines and their respective headers and bodies (if present).
bodyJson(Object) - Method in class net.dreamlu.mica.http.HttpRequest
 
bodyJson(Object, MediaType) - Method in class net.dreamlu.mica.http.HttpRequest
 
bodyString(String) - Method in class net.dreamlu.mica.http.HttpRequest
 
bodyString(MediaType, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
build() - Method in class net.dreamlu.mica.http.FormBuilder
 
build() - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
BytesResponse - Class in net.dreamlu.mica.http
body 使用 bytes 避免流关闭的问题,同时为了更好的支持异步
BytesResponse(Response) - Constructor for class net.dreamlu.mica.http.BytesResponse
 

C

cacheControl(CacheControl) - Method in class net.dreamlu.mica.http.HttpRequest
 
close() - Method in class net.dreamlu.mica.http.BytesResponse
 
close() - Method in class net.dreamlu.mica.http.HttpResponse
 
code() - Method in class net.dreamlu.mica.http.BytesResponse
 
code() - Method in class net.dreamlu.mica.http.HttpResponse
 
code() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the HTTP code.
CompletableCallback - Class in net.dreamlu.mica.http
采用 CompletableFuture 简化异步使用
CompletableCallback(CompletableFuture<ResponseSpec>) - Constructor for class net.dreamlu.mica.http.CompletableCallback
 
connectTimeout(Duration) - Method in class net.dreamlu.mica.http.HttpRequest
 
Console - Enum constant in enum class net.dreamlu.mica.http.HttpLogger
http 日志:Console
contentLength() - Method in class net.dreamlu.mica.http.BytesResponse
 
contentLength() - Method in class net.dreamlu.mica.http.HttpResponse
 
contentLength() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns contentLength.
contentType() - Method in class net.dreamlu.mica.http.BytesResponse
 
contentType() - Method in class net.dreamlu.mica.http.HttpResponse
 
contentType() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns contentType.
cookie(String) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the Cookie value.
cookie(Predicate<Cookie>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the Cookie value.
cookieManager(CookieJar) - Method in class net.dreamlu.mica.http.HttpRequest
 
cookies() - Method in class net.dreamlu.mica.http.BytesResponse
 
cookies() - Method in class net.dreamlu.mica.http.HttpResponse
 
cookies() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the Cookies.
cookies(Consumer<List<Cookie>>) - Method in interface net.dreamlu.mica.http.ResponseSpec
读取消费 cookie

D

DEFAULT - Static variable in interface net.dreamlu.mica.http.HttpLoggingInterceptor.Logger
A HttpLoggingInterceptor.Logger defaults output appropriate for the current platform.
delete(String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
delete(URI) - Static method in class net.dreamlu.mica.http.HttpRequest
 
DELETE - Static variable in interface net.dreamlu.mica.http.Method
 

E

eventListener(EventListener) - Method in class net.dreamlu.mica.http.HttpRequest
 
Exchange - Class in net.dreamlu.mica.http
Exchange
Exchange(Call) - Constructor for class net.dreamlu.mica.http.Exchange
 
execute() - Method in class net.dreamlu.mica.http.FormBuilder
 
execute() - Method in class net.dreamlu.mica.http.HttpRequest
 
execute() - Method in class net.dreamlu.mica.http.MultipartFormBuilder
 
executeAsync() - Method in class net.dreamlu.mica.http.HttpRequest
 
executeAsyncAndJoin() - Method in class net.dreamlu.mica.http.HttpRequest
 

F

fillInStackTrace() - Method in exception net.dreamlu.mica.http.HttpException
 
followRedirects(boolean) - Method in class net.dreamlu.mica.http.HttpRequest
 
followSslRedirects(boolean) - Method in class net.dreamlu.mica.http.HttpRequest
 
formBuilder() - Method in class net.dreamlu.mica.http.HttpRequest
 
FormBuilder - Class in net.dreamlu.mica.http
表单构造器

G

get(String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
get(URI) - Static method in class net.dreamlu.mica.http.HttpRequest
 
GET - Static variable in interface net.dreamlu.mica.http.Method
 
getResponse() - Method in exception net.dreamlu.mica.http.HttpException
 
getSslContext(InputStream, String, InputStream, String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
getSslContext(String, String, String, String) - Static method in class net.dreamlu.mica.http.HttpRequest
 

H

header(String) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the Headers value.
header(Function<Headers, T>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the Headers value.
headers() - Method in class net.dreamlu.mica.http.BytesResponse
 
headers() - Method in class net.dreamlu.mica.http.HttpResponse
 
headers() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the Headers.
headers(Consumer<Headers>) - Method in interface net.dreamlu.mica.http.ResponseSpec
Headers Consumer.
HEADERS - Enum constant in enum class net.dreamlu.mica.http.LogLevel
Logs request and response lines and their respective headers.
hostnameVerifier(HostnameVerifier) - Method in class net.dreamlu.mica.http.HttpRequest
 
HttpConsoleLogger - Enum Class in net.dreamlu.mica.http
OkHttp console log.
HttpException - Exception in net.dreamlu.mica.http
HttpException
HttpLogger - Enum Class in net.dreamlu.mica.http
OkHttp logger, Slf4j and console log.
HttpLoggingInterceptor - Class in net.dreamlu.mica.http
An OkHttp interceptor which logs request and response information.
HttpLoggingInterceptor(HttpLoggingInterceptor.Logger) - Constructor for class net.dreamlu.mica.http.HttpLoggingInterceptor
 
HttpLoggingInterceptor.Logger - Interface in net.dreamlu.mica.http
 
HttpRequest - Class in net.dreamlu.mica.http
ok http 封装,请求结构体
HttpResponse - Class in net.dreamlu.mica.http
ok http 封装,相应结构体

I

InMemoryCookieManager - Class in net.dreamlu.mica.http
cookie 管理
InMemoryCookieManager() - Constructor for class net.dreamlu.mica.http.InMemoryCookieManager
 
inner() - Element in annotation interface net.dreamlu.mica.http.JsonPointer
嵌套的内部模型:默认 false
INSTANCE - Enum constant in enum class net.dreamlu.mica.http.HttpConsoleLogger
实例
intercept(Object, Method, Object[], MethodProxy) - Method in class net.dreamlu.mica.http.JsonPointerMethodInterceptor
 
intercept(Interceptor.Chain) - Method in class net.dreamlu.mica.http.HttpLoggingInterceptor
 
intercept(Interceptor.Chain) - Method in class net.dreamlu.mica.http.RetryInterceptor
 
interceptor(Interceptor) - Method in class net.dreamlu.mica.http.HttpRequest
 
isNotOk() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the HTTP is not successful.
isOk() - Method in class net.dreamlu.mica.http.BytesResponse
 
isOk() - Method in class net.dreamlu.mica.http.HttpResponse
 
isOk() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the HTTP isSuccessful.
isRedirect() - Method in class net.dreamlu.mica.http.BytesResponse
 
isRedirect() - Method in class net.dreamlu.mica.http.HttpResponse
 
isRedirect() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the is Redirect.

J

JsonPointer - Annotation Interface in net.dreamlu.mica.http
利用 jackson JSON Pointer 语法直接解析 bean
JsonPointerMethodInterceptor - Class in net.dreamlu.mica.http
代理模型
JsonPointerMethodInterceptor() - Constructor for class net.dreamlu.mica.http.JsonPointerMethodInterceptor
 
JsonPointerUtil - Class in net.dreamlu.mica.http
采用 jackson JSON Pointer 语法快速解析 bean
JsonPointerUtil() - Constructor for class net.dreamlu.mica.http.JsonPointerUtil
 

L

loadForRequest(HttpUrl) - Method in class net.dreamlu.mica.http.InMemoryCookieManager
 
log(String) - Method in enum class net.dreamlu.mica.http.HttpConsoleLogger
 
log(String) - Method in interface net.dreamlu.mica.http.HttpLoggingInterceptor.Logger
log
LogLevel - Enum Class in net.dreamlu.mica.http
日志级别

M

message() - Method in class net.dreamlu.mica.http.BytesResponse
 
message() - Method in class net.dreamlu.mica.http.HttpResponse
 
message() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns the HTTP status message.
Method - Interface in net.dreamlu.mica.http
http method
multipartFormBuilder() - Method in class net.dreamlu.mica.http.HttpRequest
 
MultipartFormBuilder - Class in net.dreamlu.mica.http
表单构造器

N

net.dreamlu.mica.http - package net.dreamlu.mica.http
 
NONE - Enum constant in enum class net.dreamlu.mica.http.LogLevel
No logs.

O

onFailed(BiConsumer<Request, HttpException>) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onFailed(BiConsumer<Request, HttpException>) - Method in class net.dreamlu.mica.http.Exchange
 
onFailure(HttpResponse) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onFailure(Call, IOException) - Method in class net.dreamlu.mica.http.AsyncCallback
 
onFailure(Call, IOException) - Method in class net.dreamlu.mica.http.CompletableCallback
 
onFailure(Request, IOException) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onResponse(Consumer<ResponseSpec>) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onResponse(Function<ResponseSpec, R>) - Method in class net.dreamlu.mica.http.Exchange
 
onResponse(Function<ResponseSpec, R>, BiFunction<Request, IOException, R>) - Method in class net.dreamlu.mica.http.Exchange
 
onResponse(HttpResponse) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onResponse(Call, Response) - Method in class net.dreamlu.mica.http.AsyncCallback
 
onResponse(Call, Response) - Method in class net.dreamlu.mica.http.CompletableCallback
 
onSuccess(Function<ResponseSpec, R>) - Method in class net.dreamlu.mica.http.Exchange
 
onSuccessful(Consumer<ResponseSpec>) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onSuccessful(Function<ResponseSpec, R>) - Method in class net.dreamlu.mica.http.Exchange
 
onSuccessful(HttpResponse) - Method in class net.dreamlu.mica.http.AsyncExchange
 
onSuccessfulOpt(Function<ResponseSpec, R>) - Method in class net.dreamlu.mica.http.Exchange
 
onSuccessOpt(Function<ResponseSpec, R>) - Method in class net.dreamlu.mica.http.Exchange
 

P

patch(String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
patch(URI) - Static method in class net.dreamlu.mica.http.HttpRequest
 
PATCH - Static variable in interface net.dreamlu.mica.http.Method
 
pathParam(String, Object) - Method in class net.dreamlu.mica.http.HttpRequest
 
post(String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
post(URI) - Static method in class net.dreamlu.mica.http.HttpRequest
 
POST - Static variable in interface net.dreamlu.mica.http.Method
 
protocols(List<Protocol>) - Method in class net.dreamlu.mica.http.HttpRequest
 
proxy(String, int) - Method in class net.dreamlu.mica.http.HttpRequest
 
proxy(InetSocketAddress) - Method in class net.dreamlu.mica.http.HttpRequest
 
proxy(Proxy) - Method in class net.dreamlu.mica.http.HttpRequest
 
proxy(Proxy.Type, InetSocketAddress) - Method in class net.dreamlu.mica.http.HttpRequest
 
proxyAuthenticator(Authenticator) - Method in class net.dreamlu.mica.http.HttpRequest
 
proxySelector(ProxySelector) - Method in class net.dreamlu.mica.http.HttpRequest
 
put(String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
put(URI) - Static method in class net.dreamlu.mica.http.HttpRequest
 
PUT - Static variable in interface net.dreamlu.mica.http.Method
 

Q

query(String) - Method in class net.dreamlu.mica.http.HttpRequest
 
query(String, Object) - Method in class net.dreamlu.mica.http.HttpRequest
 
queryEncoded(String) - Method in class net.dreamlu.mica.http.HttpRequest
 
queryEncoded(String, Object) - Method in class net.dreamlu.mica.http.HttpRequest
 
queryMap(Map<String, Object>) - Method in class net.dreamlu.mica.http.HttpRequest
 

R

rawBody() - Method in class net.dreamlu.mica.http.BytesResponse
 
rawBody() - Method in class net.dreamlu.mica.http.HttpResponse
 
rawBody() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns rawBody.
rawBody(Consumer<ResponseBody>) - Method in interface net.dreamlu.mica.http.ResponseSpec
rawBody Consumer.
rawRequest() - Method in class net.dreamlu.mica.http.BytesResponse
 
rawRequest() - Method in class net.dreamlu.mica.http.HttpResponse
 
rawRequest() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns rawRequest.
rawRequest(Consumer<Request>) - Method in interface net.dreamlu.mica.http.ResponseSpec
rawRequest Consumer.
rawResponse() - Method in class net.dreamlu.mica.http.BytesResponse
 
rawResponse() - Method in class net.dreamlu.mica.http.HttpResponse
 
rawResponse() - Method in interface net.dreamlu.mica.http.ResponseSpec
Returns rawResponse.
rawResponse(Consumer<Response>) - Method in interface net.dreamlu.mica.http.ResponseSpec
rawResponse Consumer.
readTimeout(Duration) - Method in class net.dreamlu.mica.http.HttpRequest
 
readValue(JsonNode, Class<T>) - Static method in class net.dreamlu.mica.http.JsonPointerUtil
读取 JsonNode 信息为 java Bean
removeHeader(String) - Method in class net.dreamlu.mica.http.HttpRequest
 
response() - Method in class net.dreamlu.mica.http.Exchange
Returns ok http response.
ResponseSpec - Interface in net.dreamlu.mica.http
响应接口
retry() - Method in class net.dreamlu.mica.http.HttpRequest
 
retry(int, long) - Method in class net.dreamlu.mica.http.HttpRequest
 
retry(int, long, Predicate<ResponseSpec>) - Method in class net.dreamlu.mica.http.HttpRequest
 
retry(IRetry) - Method in class net.dreamlu.mica.http.HttpRequest
 
retry(IRetry, Predicate<ResponseSpec>) - Method in class net.dreamlu.mica.http.HttpRequest
 
RetryInterceptor - Class in net.dreamlu.mica.http
重试拦截器,应对代理问题
RetryInterceptor() - Constructor for class net.dreamlu.mica.http.RetryInterceptor
 
retryOn(Predicate<ResponseSpec>) - Method in class net.dreamlu.mica.http.HttpRequest
 

S

saveFromResponse(HttpUrl, List<Cookie>) - Method in class net.dreamlu.mica.http.InMemoryCookieManager
 
setGlobalConsoleLog(LogLevel) - Static method in class net.dreamlu.mica.http.HttpRequest
设置全局日志,控制台日志
setGlobalDefaultLog(LogLevel) - Static method in class net.dreamlu.mica.http.HttpRequest
设置全局日志,平台自带日志,默认 jdk 日志
setGlobalLog(HttpLoggingInterceptor.Logger) - Static method in class net.dreamlu.mica.http.HttpRequest
设置全局日志,默认级别:BODY
setGlobalLog(HttpLoggingInterceptor.Logger, LogLevel) - Static method in class net.dreamlu.mica.http.HttpRequest
设置全局日志
setGlobalLog(LogLevel) - Static method in class net.dreamlu.mica.http.HttpRequest
设置全局日志,默认:Slf4j
setGlobalSSL() - Static method in class net.dreamlu.mica.http.HttpRequest
设置全局的 ssl 配置
setGlobalSSL(InputStream, String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
setGlobalSSL(InputStream, String, InputStream, String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
setGlobalSSL(String, String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
setGlobalSSL(String, String, String, String) - Static method in class net.dreamlu.mica.http.HttpRequest
 
setGlobalSSL(SSLSocketFactory, X509TrustManager) - Static method in class net.dreamlu.mica.http.HttpRequest
 
setHeader(String, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
setHttpClient(OkHttpClient) - Static method in class net.dreamlu.mica.http.HttpRequest
 
setLevel(LogLevel) - Method in class net.dreamlu.mica.http.HttpLoggingInterceptor
Change the level at which this interceptor logs.
Slf4j - Enum constant in enum class net.dreamlu.mica.http.HttpLogger
http 日志:Slf4j
sslSocketFactory(SSLSocketFactory, X509TrustManager) - Method in class net.dreamlu.mica.http.HttpRequest
 

T

toFile(File) - Method in class net.dreamlu.mica.http.BytesResponse
 
toFile(File) - Method in class net.dreamlu.mica.http.Exchange
toFile.
toFile(File) - Method in class net.dreamlu.mica.http.HttpResponse
 
toFile(File) - Method in interface net.dreamlu.mica.http.ResponseSpec
toFile.
toFile(Path) - Method in class net.dreamlu.mica.http.BytesResponse
 
toFile(Path) - Method in class net.dreamlu.mica.http.Exchange
toFile.
toFile(Path) - Method in class net.dreamlu.mica.http.HttpResponse
 
toFile(Path) - Method in interface net.dreamlu.mica.http.ResponseSpec
toFile.
toString() - Method in class net.dreamlu.mica.http.BytesResponse
 
toString() - Method in class net.dreamlu.mica.http.HttpRequest
 
toString() - Method in class net.dreamlu.mica.http.HttpResponse
 

U

useConsoleLog() - Method in class net.dreamlu.mica.http.HttpRequest
 
useConsoleLog(LogLevel) - Method in class net.dreamlu.mica.http.HttpRequest
 
useDefaultLog() - Method in class net.dreamlu.mica.http.HttpRequest
 
useDefaultLog(LogLevel) - Method in class net.dreamlu.mica.http.HttpRequest
 
useLog(HttpLoggingInterceptor.Logger) - Method in class net.dreamlu.mica.http.HttpRequest
 
useLog(HttpLoggingInterceptor.Logger, LogLevel) - Method in class net.dreamlu.mica.http.HttpRequest
 
userAgent(String) - Method in class net.dreamlu.mica.http.HttpRequest
 
useSlf4jLog() - Method in class net.dreamlu.mica.http.HttpRequest
 
useSlf4jLog(LogLevel) - Method in class net.dreamlu.mica.http.HttpRequest
 
useSSL() - Method in class net.dreamlu.mica.http.HttpRequest
 
useSSL(InputStream, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
useSSL(InputStream, String, InputStream, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
useSSL(String, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
useSSL(String, String, String, String) - Method in class net.dreamlu.mica.http.HttpRequest
 
useSSL(SSLSocketFactory, X509TrustManager) - Method in class net.dreamlu.mica.http.HttpRequest
 

V

value() - Element in annotation interface net.dreamlu.mica.http.JsonPointer
JSON Pointer 语法 value
valueOf(String) - Static method in enum class net.dreamlu.mica.http.HttpConsoleLogger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.dreamlu.mica.http.HttpLogger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.dreamlu.mica.http.LogLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.dreamlu.mica.http.HttpConsoleLogger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.dreamlu.mica.http.HttpLogger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.dreamlu.mica.http.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.

W

writeTimeout(Duration) - Method in class net.dreamlu.mica.http.HttpRequest
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form