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