Package com.google.api.gax.httpjson
Interface HttpJsonChannel
- All Known Implementing Classes:
ManagedHttpJsonChannel
public interface HttpJsonChannel
HttpJsonChannel contains the functionality to issue http-json calls.
-
Method Summary
Modifier and TypeMethodDescription<RequestT,ResponseT>
HttpJsonClientCall<RequestT,ResponseT> newCall(ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, HttpJsonCallOptions callOptions)
-
Method Details
-
newCall
<RequestT,ResponseT> HttpJsonClientCall<RequestT,ResponseT> newCall(ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, HttpJsonCallOptions callOptions)
-