C G H I M S 
All Classes All Packages

C

CONNECT_TIMEOUT_DEFAULT - Static variable in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Default value for connection timeout (in ms)
CONNECTION_REQUEST_TIMEOUT_DEFAULT - Static variable in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Default value for connection request timeout (in ms)
COOKIE_SPEC_DEFAULT - Static variable in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Default value for cookie specs.

G

get(String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
get(URI) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
getCloseable(String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
getCloseable(URI) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
getCloseableWs(String, String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
getCloseableWs(URI, URI) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
getConnectionRequestTimeout() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Connection request timeout in ms.
getConnectTimeout() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Connection timeout in ms.
getCookieSpec() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Standard cookie specification for HttpClient.
getDefaultRequestConfig(String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns the default Request Configuration for the given target URL.
getDefaultRequestConfig(URI) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns the default Request Configuration for the given target URL.
getHttpPassword() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Http basic authentication password (optional).
getHttpUser() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Http basic authentication user (optional).
getKeyManagerType() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getKeyStorePassword() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getKeyStorePath() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getKeyStoreProvider() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getKeyStoreType() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getMaxConnectionsPerHost() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Maximal HTTP connections per host.
getMaxTotalConnections() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Maximal total HTTP connections.
getProxyHost() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Proxy host (optional).
getProxyPassword() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Proxy password (optional).
getProxyPort() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Proxy port (optional).
getProxyUser() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Proxy user (optional).
getSocketTimeout() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Response timeout in ms.
getSslContextType() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getTrustManagerType() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getTrustStorePassword() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getTrustStorePath() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getTrustStoreProvider() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getTrustStoreType() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
 
getWs(String, String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.
getWs(URI, URI) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientFactory
Returns a configured synchronous Http Client for the given target URL.

H

HttpClientConfig - Interface in io.wcm.caravan.commons.httpclient
HTTP Client configuration.
HttpClientFactory - Interface in io.wcm.caravan.commons.httpclient
Interface for getting a pre-configured HttpClient instance.

I

io.wcm.caravan.commons.httpclient - package io.wcm.caravan.commons.httpclient
HTTP Client Factory.
isEnabled() - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Configuration enabled.

M

matchesHost(String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Check if this configuration should be applied to a given host name.
matchesPath(String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Check if this configuration should be applied for a given path of the target URL
matchesWsAddressingToUri(String) - Method in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Check if this configuration should be applied for a given WS addressing to URI.
MAX_CONNECTIONS_PER_HOST_DEFAULT - Static variable in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Default value for default maximum connections per host
MAX_TOTAL_CONNECTIONS_DEFAULT - Static variable in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Default value for maximum total connections

S

SOCKET_TIMEOUT_DEFAULT - Static variable in interface io.wcm.caravan.commons.httpclient.HttpClientConfig
Default value for response timeout (in ms)
C G H I M S 
All Classes All Packages