public interface HttpClientFactory
Modifier and Type | Method and Description |
---|---|
void |
close(org.apache.http.client.HttpClient httpClient) |
org.apache.http.client.HttpClient |
create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient create(HttpMethod method, URI uri)
void close(org.apache.http.client.HttpClient httpClient)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.