Skip navigation links
A C G H I J M P R S T U V 

A

allowAllCertificates(KeyStore) - Method in class com.github.hi_fi.httpclient.security.Certificate
 
allowAllCertificates(KeyStore, String, TrustStrategy, HostnameVerifier) - Method in class com.github.hi_fi.httpclient.security.Certificate
 
Auth - Class in com.github.hi_fi.httpclient.security
 
Auth() - Constructor for class com.github.hi_fi.httpclient.security.Auth
 
Authentication - Class in com.github.hi_fi.httpclient.domain
 
Authentication.Type - Enum in com.github.hi_fi.httpclient.domain
 

C

Certificate - Class in com.github.hi_fi.httpclient.security
 
Certificate() - Constructor for class com.github.hi_fi.httpclient.security.Certificate
 
com.github.hi_fi.httpclient - package com.github.hi_fi.httpclient
 
com.github.hi_fi.httpclient.domain - package com.github.hi_fi.httpclient.domain
 
com.github.hi_fi.httpclient.extend - package com.github.hi_fi.httpclient.extend
 
com.github.hi_fi.httpclient.security - package com.github.hi_fi.httpclient.security
 
content - Variable in class com.github.hi_fi.httpclient.domain.ResponseData
 
createCustomKeyStore(String, String) - Method in class com.github.hi_fi.httpclient.security.Certificate
 
createSession(String, String, Map<String, String>, Authentication, String, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
createSession(String, String, Map<String, String>, Authentication, String, Boolean, Proxy) - Method in class com.github.hi_fi.httpclient.RestClient
 
createSession(String, String, Map<String, String>, Authentication, String, Boolean, String, boolean, boolean, Proxy) - Method in class com.github.hi_fi.httpclient.RestClient
 
createSession(String, String, Map<String, String>, Authentication, String, Boolean, String, String, boolean, boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
createSession(String, String, Map<String, String>, Authentication, String, Boolean, String, String, boolean, boolean, Proxy) - Method in class com.github.hi_fi.httpclient.RestClient
 
CustomRedirectStrategy - Class in com.github.hi_fi.httpclient.extend
Custom RedirectStrategy implementation that automatically redirects all HEAD, GET, PUT, POST, DELETE, PATCH and OPTIONS requests.
CustomRedirectStrategy() - Constructor for class com.github.hi_fi.httpclient.extend.CustomRedirectStrategy
 

G

getAlias() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getAuth() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
getAuthCache(Authentication, HttpHost) - Method in class com.github.hi_fi.httpclient.security.Auth
 
getAuthentication(List<String>) - Static method in class com.github.hi_fi.httpclient.domain.Authentication
 
getAuthentication(List<String>, Authentication.Type) - Static method in class com.github.hi_fi.httpclient.domain.Authentication
 
getAuthentication() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getClient() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getContext() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getCredentialsProvider(Authentication, HttpHost) - Method in class com.github.hi_fi.httpclient.security.Auth
 
getDomain() - Method in class com.github.hi_fi.httpclient.domain.Authentication
 
getHeaders() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getHost() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
getHostnameVerifier() - Method in class com.github.hi_fi.httpclient.domain.Session
Get the hostnameVerifier.
getHttpHost() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
getHttpHost() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getMethod() - Method in class com.github.hi_fi.httpclient.extend.HttpDeleteWithBody
 
getPassword() - Method in class com.github.hi_fi.httpclient.domain.Authentication
 
getPassword() - Method in class com.github.hi_fi.httpclient.domain.Session
Get the password.
getPort() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
getProxy() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getResponse() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getResponseBody() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getResponseData() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getSession(String) - Method in class com.github.hi_fi.httpclient.RestClient
 
getStatusCode() - Method in class com.github.hi_fi.httpclient.domain.ResponseData
 
getText() - Method in class com.github.hi_fi.httpclient.domain.ResponseData
 
getTrustStrategy() - Method in class com.github.hi_fi.httpclient.domain.Session
Get the trustStrategy.
getType() - Method in class com.github.hi_fi.httpclient.domain.Authentication
 
getUrl() - Method in class com.github.hi_fi.httpclient.domain.Session
 
getUsername() - Method in class com.github.hi_fi.httpclient.domain.Authentication
 
getVerify() - Method in class com.github.hi_fi.httpclient.domain.Session
 

H

headers - Variable in class com.github.hi_fi.httpclient.domain.ResponseData
 
HttpDeleteWithBody - Class in com.github.hi_fi.httpclient.extend
 
HttpDeleteWithBody(String) - Constructor for class com.github.hi_fi.httpclient.extend.HttpDeleteWithBody
 
HttpDeleteWithBody(URI) - Constructor for class com.github.hi_fi.httpclient.extend.HttpDeleteWithBody
 
HttpDeleteWithBody() - Constructor for class com.github.hi_fi.httpclient.extend.HttpDeleteWithBody
 

I

isAuthenticable() - Method in class com.github.hi_fi.httpclient.domain.Authentication
 
isAuthenticable() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
isInUse() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
isRedirectable(String) - Method in class com.github.hi_fi.httpclient.extend.CustomRedirectStrategy
 

J

json - Variable in class com.github.hi_fi.httpclient.domain.ResponseData
 

M

makeDeleteRequest(String, String, Object, Map<String, String>, Map<String, String>, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
makeGetRequest(String, String, Map<String, String>, Map<String, String>, boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
makeHeadRequest(String, String, Map<String, String>, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
makeOptionsRequest(String, String, Map<String, String>, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
makePatchRequest(String, String, Object, Map<String, String>, Map<String, String>, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
makePostRequest(String, String, Object, Map<String, String>, Map<String, String>, Map<String, String>, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
makePutRequest(String, String, Object, Map<String, String>, Map<String, String>, Map<String, String>, Boolean) - Method in class com.github.hi_fi.httpclient.RestClient
 
METHOD_NAME - Static variable in class com.github.hi_fi.httpclient.extend.HttpDeleteWithBody
 

P

Proxy - Class in com.github.hi_fi.httpclient.domain
 
Proxy(Map<String, String>) - Constructor for class com.github.hi_fi.httpclient.domain.Proxy
 

R

ResponseData - Class in com.github.hi_fi.httpclient.domain
 
ResponseData() - Constructor for class com.github.hi_fi.httpclient.domain.ResponseData
 
RestClient - Class in com.github.hi_fi.httpclient
 
RestClient() - Constructor for class com.github.hi_fi.httpclient.RestClient
 

S

Session - Class in com.github.hi_fi.httpclient.domain
 
Session() - Constructor for class com.github.hi_fi.httpclient.domain.Session
 
setAlias(String) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setAuth(Authentication) - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
setAuthentication(Authentication) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setClient(HttpClient) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setContext(HttpClientContext) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setHeaders(Header[]) - Method in class com.github.hi_fi.httpclient.domain.ResponseData
 
setHeaders(Map<String, String>) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setHost(String) - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
setHostnameVerifier(HostnameVerifier) - Method in class com.github.hi_fi.httpclient.domain.Session
Set the hostnameVerifier.
setHttpHost(HttpHost) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setPassword(String) - Method in class com.github.hi_fi.httpclient.domain.Session
Set the password.
setPort(int) - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
setProxy(Proxy) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setResponse(HttpResponse) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setStatusCode(int) - Method in class com.github.hi_fi.httpclient.domain.ResponseData
 
setText(String) - Method in class com.github.hi_fi.httpclient.domain.ResponseData
 
setTrustStrategy(TrustStrategy) - Method in class com.github.hi_fi.httpclient.domain.Session
Set the trustStrategy.
setUrl(String) - Method in class com.github.hi_fi.httpclient.domain.Session
 
setVerify(String) - Method in class com.github.hi_fi.httpclient.domain.Session
 
status_code - Variable in class com.github.hi_fi.httpclient.domain.ResponseData
 

T

text - Variable in class com.github.hi_fi.httpclient.domain.ResponseData
 
toString() - Method in class com.github.hi_fi.httpclient.domain.Proxy
 
toString() - Method in class com.github.hi_fi.httpclient.domain.ResponseData
 

U

usePreemptiveAuthentication() - Method in class com.github.hi_fi.httpclient.domain.Authentication
 

V

valueOf(String) - Static method in enum com.github.hi_fi.httpclient.domain.Authentication.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.hi_fi.httpclient.domain.Authentication.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A C G H I J M P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.