- getCause() - Method in exception de.samply.common.http.HttpConnectorException
-
- getClient(CloseableHttpClient, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Transforms a apache httpclient to a jersey client also enables POJO MAPPING as feature.
- getClient(CloseableHttpClient) - Method in class de.samply.common.http.HttpConnector
-
Get an Jersey Client.
- getCp() - Method in class de.samply.common.http.HttpConnector
-
Gets the Credentials Provider.
- getCustomHeaders() - Method in class de.samply.common.http.HttpConnector
-
- getHttpc() - Method in class de.samply.common.http.HttpConnector
-
Deprecated.
- getHttpClient(HttpHost) - Method in class de.samply.common.http.HttpConnector
-
Returns the CloseableHttpClient based on a HttpHost.
- getHttpClient(URL) - Method in class de.samply.common.http.HttpConnector
-
Returns the CloseableHttpClient based on a given URL.
- getHttpClient(String) - Method in class de.samply.common.http.HttpConnector
-
Returns the CloseableHttpClient based on a given url or scheme.
- getHttpClientForHttp() - Method in class de.samply.common.http.HttpConnector
-
Returns the CloseableHttpClient (with http proxy if proxy is used).
- getHttpClientForHttps() - Method in class de.samply.common.http.HttpConnector
-
Returns the CloseableHttpClient (with https proxy if proxy is used).
- getHttpsc() - Method in class de.samply.common.http.HttpConnector
-
Deprecated.
- getJerseyClient(HttpHost, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for a given httphost.
- getJerseyClient(HttpHost) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for a given httphost.
- getJerseyClient(String) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for a given url or Scheme.
- getJerseyClient(String, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for a given url or Scheme.
- getJerseyClient(URL) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for a given java.net.URL This client will fail on unknown properties.
- getJerseyClient(URL, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for a given java.net.URL
- getJerseyClientForHttp() - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for http connections.
- getJerseyClientForHttp(Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for http connections.
- getJerseyClientForHttps() - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for https connections.
- getJerseyClientForHttps(Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jersey client for https connections.
- getProxy(String) - Method in class de.samply.common.http.HttpConnector
-
Returns the proxy needed for the given target.
- getUserAgent() - Method in class de.samply.common.http.HttpConnector
-
Get the current User Agent.