Uses of Class
com.google.api.gax.httpjson.HttpJsonClientCall
Packages that use HttpJsonClientCall
-
Uses of HttpJsonClientCall in com.google.api.gax.httpjson
Subclasses of HttpJsonClientCall in com.google.api.gax.httpjsonModifier and TypeClassDescriptionclassForwardingHttpJsonClientCall<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 HttpJsonClientCallModifier and TypeMethodDescriptionprotected 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) <ReqT,RespT>
HttpJsonClientCall<ReqT,RespT> HttpJsonLoggingInterceptor.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 HttpJsonClientCallModifierConstructorDescriptionprotected