- getHostnameVerifier() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the class name of the hostname verifier to use instead of HTTP
Client default behavior.
- getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the wrapped Apache HTTP Client.
- getIdleCheckInterval() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Time in milliseconds between two checks for idle and expired connections.
- getIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the time in ms beyond which idle connections are eligible for
reaping.
- getMaxConnectionsPerHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the maximum number of connections that will be created for any
particular host.
- getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the maximum number of active connections.
- getProxyHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the host name of the HTTP proxy, if specified.
- getProxyPort() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
- getRetryHandler() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the class name of the retry handler to use instead of HTTP Client
default behavior.
- getSocketConnectTimeoutMs() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the connection timeout.
- getSocketTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the socket timeout value.
- getStopIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the minimum idle time, in milliseconds, for connections to be
closed when stopping the connector.
- getTcpNoDelay() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Indicates if the protocol will use Nagle's algorithm