- 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 jakarta client also enables POJO MAPPING as feature.
- getClient(CloseableHttpClient) - Method in class de.samply.common.http.HttpConnector
-
Get an jakarta 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.
- getJakartaClient(HttpHost, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for a given httphost.
- getJakartaClient(HttpHost) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for a given httphost.
- getJakartaClient(String) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for a given url or Scheme.
- getJakartaClient(String, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for a given url or Scheme.
- getJakartaClient(URL) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for a given java.net.URL This client will fail on unknown properties.
- getJakartaClient(URL, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for a given java.net.URL
- getJakartaClientForHttp() - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for http connections.
- getJakartaClientForHttp(Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for http connections.
- getJakartaClientForHttps() - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for https connections.
- getJakartaClientForHttps(Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a jakarta client for https connections.
- getJaxRsClient(URL) - Method in class de.samply.common.http.HttpConnector
-
Return a JAX-RS Client build with org.glassfish.jersey and ApacheConnectorProvider.
- getJaxRsClient(URL, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Return a JAX-RS Client build with org.glassfish.jersey and ApacheConnectorProvider.
- getJaxRsClient(String) - Method in class de.samply.common.http.HttpConnector
-
Return a JAX-RS Client build with org.glassfish.jersey and ApacheConnectorProvider.
- getJaxRsClient(String, Boolean) - Method in class de.samply.common.http.HttpConnector
-
Returns a JAX-RS Client build with org.glassfish.jersey and ApacheConnectorProvider.
- 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.