public class HttpClientFactory extends Object
Constructor and Description |
---|
HttpClientFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.apache.http.client.HttpClient |
getGridHttpClient(int connection_timeout,
int socket_timeout) |
org.apache.http.params.HttpParams |
getGridHttpParams(int connection_timeout,
int socket_timeout) |
org.apache.http.client.HttpClient |
getHttpClient() |
org.apache.http.params.HttpParams |
getHttpParams() |
org.apache.http.conn.routing.HttpRoutePlanner |
getRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry registry) |
public org.apache.http.client.HttpClient getHttpClient()
public org.apache.http.client.HttpClient getGridHttpClient(int connection_timeout, int socket_timeout)
public org.apache.http.params.HttpParams getHttpParams()
public org.apache.http.conn.routing.HttpRoutePlanner getRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry registry)
public org.apache.http.params.HttpParams getGridHttpParams(int connection_timeout, int socket_timeout)
public void close()
Copyright © 2013. All rights reserved.