C G H I O S

C

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

G

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

H

HttpClientHelper - Class in org.restlet.ext.httpclient
HTTP client connector using the HttpMethodCall and Apache HTTP Client project.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.httpclient.HttpClientHelper
Constructor.

I

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

O

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

S

setIdleConnectionReaper(HttpIdleConnectionReaper) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Sets the idle connections reaper.
start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 
stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 

C G H I O S

Copyright © 2005-2014 Restlet.