Uses of Class
com.google.api.gax.httpjson.HttpJsonClientCall
-
Packages that use HttpJsonClientCall Package Description com.google.api.gax.httpjson -
-
Uses of HttpJsonClientCall in com.google.api.gax.httpjson
Subclasses of HttpJsonClientCall in com.google.api.gax.httpjson Modifier and Type Class Description classForwardingHttpJsonClientCall<RequestT,ResponseT>AHttpJsonClientCallwhich forwards all of its methods to anotherHttpJsonClientCall.static classForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall<RequestT,ResponseT>A simplified version ofForwardingHttpJsonClientCallwhere subclasses can pass in aHttpJsonClientCallas the delegate.Methods in com.google.api.gax.httpjson that return HttpJsonClientCall Modifier and Type Method Description protected abstract HttpJsonClientCall<RequestT,ResponseT>ForwardingHttpJsonClientCall. delegate()protected HttpJsonClientCall<RequestT,ResponseT>ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall. delegate()<ReqT,RespT>
HttpJsonClientCall<ReqT,RespT>HttpJsonClientInterceptor. interceptCall(ApiMethodDescriptor<ReqT,RespT> method, HttpJsonCallOptions callOptions, HttpJsonChannel next)<RequestT,ResponseT>
HttpJsonClientCall<RequestT,ResponseT>HttpJsonChannel. newCall(ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor, HttpJsonCallOptions callOptions)<RequestT,ResponseT>
HttpJsonClientCall<RequestT,ResponseT>ManagedHttpJsonChannel. newCall(ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor, HttpJsonCallOptions callOptions)Constructors in com.google.api.gax.httpjson with parameters of type HttpJsonClientCall Constructor Description SimpleForwardingHttpJsonClientCall(HttpJsonClientCall<RequestT,ResponseT> delegate)
-