Interface HttpUriRequestFactory
public interface HttpUriRequestFactory
Interface used by ODataRequest implementations to create the HttpUriRequest.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.methods.HttpUriRequest
create
(HttpMethod method, URI uri)
-
Method Details
-
create
-