Uses of Interface
com.google.api.gax.httpjson.HttpJsonChannel
-
Packages that use HttpJsonChannel Package Description com.google.api.gax.httpjson -
-
Uses of HttpJsonChannel in com.google.api.gax.httpjson
Classes in com.google.api.gax.httpjson that implement HttpJsonChannel Modifier and Type Class Description classManagedHttpJsonChannelImplementation of HttpJsonChannel which can issue http-json calls.Methods in com.google.api.gax.httpjson that return HttpJsonChannel Modifier and Type Method Description HttpJsonChannelHttpJsonCallContext. getChannel()HttpJsonChannelHttpJsonTransportChannel. getChannel()The channel in use.Methods in com.google.api.gax.httpjson with parameters of type HttpJsonChannel Modifier and Type Method Description <ReqT,RespT>
HttpJsonClientCall<ReqT,RespT>HttpJsonClientInterceptor. interceptCall(ApiMethodDescriptor<ReqT,RespT> method, HttpJsonCallOptions callOptions, HttpJsonChannel next)static HttpJsonCallContextHttpJsonCallContext. of(HttpJsonChannel channel, HttpJsonCallOptions options)HttpJsonCallContextHttpJsonCallContext. withChannel(HttpJsonChannel newChannel)
-