Skip navigation links
B C G H N O P R S T U V W X 

B

build() - Method in class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
build(NailRequest) - Method in class org.huanglei.nail.okhttp.NailRequestBuilder
 

C

certificate(Map<String, Object>) - Method in class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
checkClientTrusted(X509Certificate[], String) - Method in class org.huanglei.nail.X509TrustManagerImp
 
checkServerTrusted(X509Certificate[], String) - Method in class org.huanglei.nail.X509TrustManagerImp
 
connectionPool(Map<String, Object>) - Method in class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
connectTimeout(Map<String, Object>) - Method in class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
contentLength() - Method in class org.huanglei.nail.okhttp.NailRequestBody
 
contentType() - Method in class org.huanglei.nail.okhttp.NailRequestBody
 
create() - Static method in class org.huanglei.nail.NailRequest
 

G

getAcceptedIssuers() - Method in class org.huanglei.nail.X509TrustManagerImp
 
getBody() - Method in class org.huanglei.nail.NailRequest
 
getHeaders() - Method in class org.huanglei.nail.NailRequest
 
getHeaders() - Method in class org.huanglei.nail.NailResponse
 
getHost() - Method in class org.huanglei.nail.NailRequest
 
getMethod() - Method in class org.huanglei.nail.NailRequest
 
getOkHttpClient(String, int, Map<String, Object>) - Static method in class org.huanglei.nail.okhttp.NailHttpClientHelper
 
getPath() - Method in class org.huanglei.nail.NailRequest
 
getPort() - Method in class org.huanglei.nail.NailRequest
 
getProtocol() - Method in class org.huanglei.nail.NailRequest
 
getQuery() - Method in class org.huanglei.nail.NailRequest
 
getResponse() - Method in class org.huanglei.nail.NailResponse
 
getResponseBody() - Method in class org.huanglei.nail.NailResponse
 
getStatusCode() - Method in class org.huanglei.nail.NailResponse
 
getStatusMessage() - Method in class org.huanglei.nail.NailResponse
 

H

header(Map<String, String>) - Method in class org.huanglei.nail.okhttp.NailRequestBuilder
 

N

Nail - Class in org.huanglei.nail
 
Nail() - Constructor for class org.huanglei.nail.Nail
 
NailException - Exception in org.huanglei.nail
 
NailException(String, Throwable) - Constructor for exception org.huanglei.nail.NailException
 
NailField - Annotation Type in org.huanglei.nail
 
NailHttpClientBuilder - Class in org.huanglei.nail.okhttp
 
NailHttpClientBuilder() - Constructor for class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
NailHttpClientHelper - Class in org.huanglei.nail.okhttp
 
NailHttpClientHelper() - Constructor for class org.huanglei.nail.okhttp.NailHttpClientHelper
 
NailRequest - Class in org.huanglei.nail
 
NailRequest() - Constructor for class org.huanglei.nail.NailRequest
 
NailRequest.Method - Enum in org.huanglei.nail
 
NailRequest.Protocol - Enum in org.huanglei.nail
 
NailRequestBody - Class in org.huanglei.nail.okhttp
 
NailRequestBody(NailRequest) - Constructor for class org.huanglei.nail.okhttp.NailRequestBody
 
NailRequestBuilder - Class in org.huanglei.nail.okhttp
 
NailRequestBuilder() - Constructor for class org.huanglei.nail.okhttp.NailRequestBuilder
 
NailResponse - Class in org.huanglei.nail
 
NailResponse(Response) - Constructor for class org.huanglei.nail.NailResponse
 

O

org.huanglei.nail - package org.huanglei.nail
 
org.huanglei.nail.okhttp - package org.huanglei.nail.okhttp
 

P

proxy(Map<String, Object>) - Method in class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
putHeader(String, String) - Method in class org.huanglei.nail.NailRequest
 
putQuery(String, String) - Method in class org.huanglei.nail.NailRequest
 

R

readTimeout(Map<String, Object>) - Method in class org.huanglei.nail.okhttp.NailHttpClientBuilder
 
request(NailRequest, Map<String, Object>) - Static method in class org.huanglei.nail.Nail
http请求
request(NailRequest) - Static method in class org.huanglei.nail.Nail
http请求

S

setBody(InputStream) - Method in class org.huanglei.nail.NailRequest
 
setHeaders(Map<String, String>) - Method in class org.huanglei.nail.NailRequest
 
setHost(String) - Method in class org.huanglei.nail.NailRequest
 
setMethod(NailRequest.Method) - Method in class org.huanglei.nail.NailRequest
 
setPath(String) - Method in class org.huanglei.nail.NailRequest
 
setPort(Integer) - Method in class org.huanglei.nail.NailRequest
 
setProtocol(NailRequest.Protocol) - Method in class org.huanglei.nail.NailRequest
 
setQuery(Map<String, String>) - Method in class org.huanglei.nail.NailRequest
 

T

toReadable(String) - Static method in class org.huanglei.nail.Nail
 
toReadable(byte[]) - Static method in class org.huanglei.nail.Nail
 
toString() - Method in class org.huanglei.nail.NailRequest
 
TrueHostnameVerifier - Class in org.huanglei.nail
 
TrueHostnameVerifier() - Constructor for class org.huanglei.nail.TrueHostnameVerifier
 

U

url(URL) - Method in class org.huanglei.nail.okhttp.NailRequestBuilder
 
URL_ENCODING - Static variable in class org.huanglei.nail.Nail
 

V

valueOf(String) - Static method in enum org.huanglei.nail.NailRequest.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.huanglei.nail.NailRequest.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.huanglei.nail.NailRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.huanglei.nail.NailRequest.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class org.huanglei.nail.TrueHostnameVerifier
 

W

writeTo(BufferedSink) - Method in class org.huanglei.nail.okhttp.NailRequestBody
 

X

X509TrustManagerImp - Class in org.huanglei.nail
 
X509TrustManagerImp() - Constructor for class org.huanglei.nail.X509TrustManagerImp
 
B C G H N O P R S T U V W X 
Skip navigation links

Copyright © 2020. All rights reserved.