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