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