Uses of Interface
com.google.api.gax.httpjson.HttpJsonChannel
Packages that use HttpJsonChannel
-
Uses of HttpJsonChannel in com.google.api.gax.httpjson
Classes in com.google.api.gax.httpjson that implement HttpJsonChannelModifier and TypeClassDescriptionclassImplementation of HttpJsonChannel which can issue http-json calls.Methods in com.google.api.gax.httpjson that return HttpJsonChannelModifier and TypeMethodDescriptionHttpJsonCallContext.getChannel()HttpJsonTransportChannel.getChannel()The channel in use.Methods in com.google.api.gax.httpjson with parameters of type HttpJsonChannelModifier and TypeMethodDescription<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) static HttpJsonCallContextHttpJsonCallContext.of(HttpJsonChannel channel, HttpJsonCallOptions options) HttpJsonCallContext.withChannel(HttpJsonChannel newChannel)