Interface HttpJsonChannel (2.8.1)

public interface HttpJsonChannel

HttpJsonChannel contains the functionality to issue http-json calls.

Methods

<ResponseT,RequestT>issueFutureUnaryCall(HttpJsonCallOptions callOptions, RequestT request, ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor)

public abstract ApiFuture<ResponseT> <ResponseT,RequestT>issueFutureUnaryCall(HttpJsonCallOptions callOptions, RequestT request, ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor)
Parameters
NameDescription
callOptionsHttpJsonCallOptions
requestRequestT
methodDescriptorApiMethodDescriptor<RequestT,ResponseT>
Returns
TypeDescription
com.google.api.core.ApiFuture<ResponseT>