Uses of Class
com.google.api.gax.httpjson.HttpJsonCallContext
Packages that use HttpJsonCallContext
-
Uses of HttpJsonCallContext in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson that return HttpJsonCallContextModifier and TypeMethodDescriptionstatic HttpJsonCallContextHttpJsonCallContext.createDefault()Returns an empty instance.HttpJsonTransportChannel.getEmptyCallContext()HttpJsonCallContext.merge(ApiCallContext inputCallContext) HttpJsonCallContext.nullToSelf(ApiCallContext inputContext) Returns inputContext cast toHttpJsonCallContext, or an emptyHttpJsonCallContextif inputContext is null.static HttpJsonCallContextHttpJsonCallContext.of(HttpJsonChannel channel, HttpJsonCallOptions options) HttpJsonCallContext.withCallOptions(HttpJsonCallOptions newCallOptions) HttpJsonCallContext.withChannel(HttpJsonChannel newChannel) HttpJsonCallContext.withCredentials(com.google.auth.Credentials newCredentials) HttpJsonCallContext.withDeadline(org.threeten.bp.Instant newDeadline) Deprecated.HttpJsonCallContext.withEndpointContext(EndpointContext endpointContext) HttpJsonCallContext.withRetryableCodes(Set<StatusCode.Code> retryableCodes) HttpJsonCallContext.withRetrySettings(RetrySettings retrySettings) HttpJsonCallContext.withStreamIdleTimeout(org.threeten.bp.Duration streamIdleTimeout) This method is obsolete.HttpJsonCallContext.withStreamIdleTimeoutDuration(Duration streamIdleTimeout) HttpJsonCallContext.withStreamWaitTimeout(org.threeten.bp.Duration streamWaitTimeout) This method is obsolete.HttpJsonCallContext.withStreamWaitTimeoutDuration(Duration streamWaitTimeout) HttpJsonCallContext.withTimeout(org.threeten.bp.Duration timeout) This method is obsolete.HttpJsonCallContext.withTimeoutDuration(Duration timeout) HttpJsonCallContext.withTracer(ApiTracer newTracer) HttpJsonCallContext.withTransportChannel(TransportChannel inputChannel)