public static class ApacheHttpClient.Factory extends Object implements HttpClient.Factory
| Constructor and Description |
|---|
Factory() |
Factory(HttpClientFactory clientFactory) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
createClient(URL url)
Creates a HTTP client that will send requests to the given URL.
|
public Factory()
public Factory(HttpClientFactory clientFactory)
public HttpClient createClient(URL url)
HttpClient.FactorycreateClient in interface HttpClient.Factoryurl - URLCopyright © 2015. All rights reserved.