C G H I O S 

C

configure(DefaultHttpClient) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Configures the HTTP client.
configure(HttpParams) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Configures the various parameters of the connection manager and the HTTP client.
configure(SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Configures the scheme registry.
create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Creates a low-level HTTP client call from a high-level uniform call.
createClientConnectionManager(HttpParams, SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Creates the connection manager.

G

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

H

HttpClientHelper - Class in org.restlet.ext.httpclient
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Constructor.

I

isFollowRedirects() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Indicates if the protocol will automatically follow redirects.

O

org.restlet.ext.httpclient - package org.restlet.ext.httpclient
Integration with Apache HTTP Client 4.3.

S

setIdleConnectionReaper(HttpIdleConnectionReaper) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
Sets the idle connections reaper.
start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
 
stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Deprecated.
 
C G H I O S 

Copyright © 2005-2016 Restlet.