Index
All Classes|All Packages
A
- AsyncHttpClient<C> - Interface in dev.vality.http.client
- AsyncHttpClientFactory - Class in dev.vality.http.client.factory
- AsyncHttpClientFactory() - Constructor for class dev.vality.http.client.factory.AsyncHttpClientFactory
- AsyncHttpClientImpl - Class in dev.vality.http.client
- AsyncHttpClientImpl() - Constructor for class dev.vality.http.client.AsyncHttpClientImpl
C
- cancelled() - Method in class dev.vality.http.client.callback.LogFutureCallback
- ClientCreationException - Exception in dev.vality.http.client.exception
- ClientCreationException() - Constructor for exception dev.vality.http.client.exception.ClientCreationException
- ClientCreationException(String) - Constructor for exception dev.vality.http.client.exception.ClientCreationException
- ClientCreationException(String, Throwable) - Constructor for exception dev.vality.http.client.exception.ClientCreationException
- ClientCreationException(String, Throwable, boolean, boolean) - Constructor for exception dev.vality.http.client.exception.ClientCreationException
- ClientCreationException(Throwable) - Constructor for exception dev.vality.http.client.exception.ClientCreationException
- completed(HttpResponse) - Method in class dev.vality.http.client.callback.LogFutureCallback
- create() - Method in class dev.vality.http.client.factory.AsyncHttpClientFactory
- create() - Method in class dev.vality.http.client.factory.HttpClientFactory
- create(SslRequestConfig) - Method in class dev.vality.http.client.factory.AsyncHttpClientFactory
- create(SslRequestConfig) - Method in class dev.vality.http.client.factory.HttpClientFactory
- create(SslRequestConfig, ConnectionReuseStrategy) - Method in class dev.vality.http.client.factory.AsyncHttpClientFactory
- create(Map<String, String>, String) - Method in class dev.vality.http.client.factory.UrlParamsRequestFactory
- create(ConnectionReuseStrategy) - Method in class dev.vality.http.client.factory.AsyncHttpClientFactory
- create(T, String) - Method in interface dev.vality.http.client.factory.RequestFactory
- createHttpPostUrlParams(Map<String, String>, String, int) - Method in class dev.vality.http.client.factory.UrlParamsRequestFactory
- createHttpPostUrlParams(Map<String, String>, String, int, int) - Method in class dev.vality.http.client.factory.UrlParamsRequestFactory
- createHttpPostUrlParams(T, String, int) - Method in interface dev.vality.http.client.factory.RequestFactory
- createHttpPostUrlParams(T, String, int, int) - Method in interface dev.vality.http.client.factory.RequestFactory
D
- DEFAULT_CONNECTION_TIMEOUT_MS - Static variable in interface dev.vality.http.client.factory.RequestFactory
- DEFAULT_SOCKET_TIMEOUT_MS - Static variable in interface dev.vality.http.client.factory.RequestFactory
- delete(String, HttpDelete, Function<CloseableHttpResponse, T>) - Method in class dev.vality.http.client.SimpleHttpClient
- delete(String, HttpDelete, Function<CloseableHttpResponse, T>, CloseableHttpClient) - Method in class dev.vality.http.client.SimpleHttpClient
- delete(String, HttpDelete, Function<HttpResponse, T>) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- delete(String, HttpDelete, Function<HttpResponse, T>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- delete(String, HttpDelete, Function<R, T>) - Method in interface dev.vality.http.client.HttpClient
- delete(String, HttpDelete, Function<R, T>, C) - Method in interface dev.vality.http.client.HttpClient
- delete(String, HttpDelete, FutureCallback<HttpResponse>) - Method in interface dev.vality.http.client.AsyncHttpClient
- delete(String, HttpDelete, FutureCallback<HttpResponse>) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- delete(String, HttpDelete, FutureCallback<HttpResponse>, C) - Method in interface dev.vality.http.client.AsyncHttpClient
- delete(String, HttpDelete, FutureCallback<HttpResponse>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- destroy() - Method in interface dev.vality.http.client.pool.HttpClientPool
- destroy() - Method in class dev.vality.http.client.pool.SslCertAsyncHttpClientPool
- destroy() - Method in class dev.vality.http.client.pool.SslCertHttpClientPool
- dev.vality.http.client - package dev.vality.http.client
- dev.vality.http.client.callback - package dev.vality.http.client.callback
- dev.vality.http.client.domain - package dev.vality.http.client.domain
- dev.vality.http.client.exception - package dev.vality.http.client.exception
- dev.vality.http.client.factory - package dev.vality.http.client.factory
- dev.vality.http.client.pool - package dev.vality.http.client.pool
- dev.vality.http.client.properties - package dev.vality.http.client.properties
F
- failed(Exception) - Method in class dev.vality.http.client.callback.LogFutureCallback
G
- GenerateRequestException - Exception in dev.vality.http.client.exception
- GenerateRequestException() - Constructor for exception dev.vality.http.client.exception.GenerateRequestException
- GenerateRequestException(String) - Constructor for exception dev.vality.http.client.exception.GenerateRequestException
- GenerateRequestException(String, Throwable) - Constructor for exception dev.vality.http.client.exception.GenerateRequestException
- GenerateRequestException(String, Throwable, boolean, boolean) - Constructor for exception dev.vality.http.client.exception.GenerateRequestException
- GenerateRequestException(Throwable) - Constructor for exception dev.vality.http.client.exception.GenerateRequestException
- get(SslRequestConfig) - Method in class dev.vality.http.client.pool.SslCertAsyncHttpClientPool
- get(SslRequestConfig) - Method in class dev.vality.http.client.pool.SslCertHttpClientPool
- get(String, HttpGet, Function<CloseableHttpResponse, T>) - Method in class dev.vality.http.client.SimpleHttpClient
- get(String, HttpGet, Function<CloseableHttpResponse, T>, CloseableHttpClient) - Method in class dev.vality.http.client.SimpleHttpClient
- get(String, HttpGet, Function<HttpResponse, T>) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- get(String, HttpGet, Function<HttpResponse, T>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- get(String, HttpGet, Function<R, T>) - Method in interface dev.vality.http.client.HttpClient
- get(String, HttpGet, Function<R, T>, C) - Method in interface dev.vality.http.client.HttpClient
- get(String, HttpGet, FutureCallback<HttpResponse>) - Method in interface dev.vality.http.client.AsyncHttpClient
- get(String, HttpGet, FutureCallback<HttpResponse>) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- get(String, HttpGet, FutureCallback<HttpResponse>, C) - Method in interface dev.vality.http.client.AsyncHttpClient
- get(String, HttpGet, FutureCallback<HttpResponse>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- get(T) - Method in interface dev.vality.http.client.pool.HttpClientPool
H
- HttpClient<C,R extends org.apache.http.HttpResponse> - Interface in dev.vality.http.client
- HttpClientFactory - Class in dev.vality.http.client.factory
- HttpClientFactory() - Constructor for class dev.vality.http.client.factory.HttpClientFactory
- HttpClientPool<T,R> - Interface in dev.vality.http.client.pool
K
- KeyStoreProperties - Class in dev.vality.http.client.properties
- KeyStoreProperties() - Constructor for class dev.vality.http.client.properties.KeyStoreProperties
L
- LogFutureCallback - Class in dev.vality.http.client.callback
- LogFutureCallback() - Constructor for class dev.vality.http.client.callback.LogFutureCallback
P
- post(String, HttpPost, Function<CloseableHttpResponse, T>) - Method in class dev.vality.http.client.SimpleHttpClient
- post(String, HttpPost, Function<CloseableHttpResponse, T>, CloseableHttpClient) - Method in class dev.vality.http.client.SimpleHttpClient
- post(String, HttpPost, Function<HttpResponse, T>) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- post(String, HttpPost, Function<HttpResponse, T>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- post(String, HttpPost, Function<R, T>) - Method in interface dev.vality.http.client.HttpClient
- post(String, HttpPost, Function<R, T>, C) - Method in interface dev.vality.http.client.HttpClient
- post(String, HttpPost, FutureCallback<HttpResponse>) - Method in interface dev.vality.http.client.AsyncHttpClient
- post(String, HttpPost, FutureCallback<HttpResponse>) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- post(String, HttpPost, FutureCallback<HttpResponse>, C) - Method in interface dev.vality.http.client.AsyncHttpClient
- post(String, HttpPost, FutureCallback<HttpResponse>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- put(String, HttpPut, Function<CloseableHttpResponse, T>) - Method in class dev.vality.http.client.SimpleHttpClient
- put(String, HttpPut, Function<CloseableHttpResponse, T>, CloseableHttpClient) - Method in class dev.vality.http.client.SimpleHttpClient
- put(String, HttpPut, Function<HttpResponse, T>) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- put(String, HttpPut, Function<HttpResponse, T>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.SyncAsyncHttpClient
- put(String, HttpPut, Function<R, T>) - Method in interface dev.vality.http.client.HttpClient
- put(String, HttpPut, Function<R, T>, C) - Method in interface dev.vality.http.client.HttpClient
- put(String, HttpPut, FutureCallback<HttpResponse>) - Method in interface dev.vality.http.client.AsyncHttpClient
- put(String, HttpPut, FutureCallback<HttpResponse>) - Method in class dev.vality.http.client.AsyncHttpClientImpl
- put(String, HttpPut, FutureCallback<HttpResponse>, C) - Method in interface dev.vality.http.client.AsyncHttpClient
- put(String, HttpPut, FutureCallback<HttpResponse>, CloseableHttpAsyncClient) - Method in class dev.vality.http.client.AsyncHttpClientImpl
R
- RemoteInvocationException - Exception in dev.vality.http.client.exception
- RemoteInvocationException() - Constructor for exception dev.vality.http.client.exception.RemoteInvocationException
- RemoteInvocationException(String) - Constructor for exception dev.vality.http.client.exception.RemoteInvocationException
- RemoteInvocationException(String, Throwable) - Constructor for exception dev.vality.http.client.exception.RemoteInvocationException
- RemoteInvocationException(String, Throwable, boolean, boolean) - Constructor for exception dev.vality.http.client.exception.RemoteInvocationException
- RemoteInvocationException(Throwable) - Constructor for exception dev.vality.http.client.exception.RemoteInvocationException
- RequestFactory<T> - Interface in dev.vality.http.client.factory
- Response<T> - Class in dev.vality.http.client.domain
- Response() - Constructor for class dev.vality.http.client.domain.Response
S
- SimpleHttpClient - Class in dev.vality.http.client
- SimpleHttpClient() - Constructor for class dev.vality.http.client.SimpleHttpClient
- SslCertAsyncHttpClientPool - Class in dev.vality.http.client.pool
- SslCertAsyncHttpClientPool() - Constructor for class dev.vality.http.client.pool.SslCertAsyncHttpClientPool
- SslCertHttpClientPool - Class in dev.vality.http.client.pool
- SslCertHttpClientPool() - Constructor for class dev.vality.http.client.pool.SslCertHttpClientPool
- SslRequestConfig - Class in dev.vality.http.client.properties
- SslRequestConfig() - Constructor for class dev.vality.http.client.properties.SslRequestConfig
- SyncAsyncHttpClient - Class in dev.vality.http.client
- SyncAsyncHttpClient() - Constructor for class dev.vality.http.client.SyncAsyncHttpClient
U
- UnknownClientException - Exception in dev.vality.http.client.exception
- UnknownClientException() - Constructor for exception dev.vality.http.client.exception.UnknownClientException
- UnknownClientException(String) - Constructor for exception dev.vality.http.client.exception.UnknownClientException
- UnknownClientException(String, Throwable) - Constructor for exception dev.vality.http.client.exception.UnknownClientException
- UnknownClientException(String, Throwable, boolean, boolean) - Constructor for exception dev.vality.http.client.exception.UnknownClientException
- UnknownClientException(Throwable) - Constructor for exception dev.vality.http.client.exception.UnknownClientException
- UrlParamsRequestFactory - Class in dev.vality.http.client.factory
- UrlParamsRequestFactory() - Constructor for class dev.vality.http.client.factory.UrlParamsRequestFactory
All Classes|All Packages