private static class HttpClient4.SingleClient extends java.lang.Object implements HttpClientPool
| Modifier and Type | Field and Description |
|---|---|
private org.apache.http.client.HttpClient |
client |
| Constructor and Description |
|---|
SingleClient() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.HttpClient |
getHttpClient(java.net.URL server)
Get the appropriate HttpClient for sending a request to the given URL.
|
public org.apache.http.client.HttpClient getHttpClient(java.net.URL server)
HttpClientPoolgetHttpClient in interface HttpClientPool