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