Interface HttpClientFactory
- All Known Subinterfaces:
WrappingHttpClientFactory
public interface HttpClientFactory
Interface used by ODataRequest implementations to instantiate HttpClient.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(org.apache.http.client.HttpClient httpClient) org.apache.http.client.HttpClient
create
(HttpMethod method, URI uri)
-
Method Details
-
create
-
close
void close(org.apache.http.client.HttpClient httpClient)
-