Interface for intercepting outgoing calls before they are dispatched by a HttpJsonChannel.
The interceptor may be called for multiple calls by one or more
threads without completing the previous ones first. The implementations must be thread-safe.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e is 2.63.1, which can be found at the provided link, \u003ccode\u003e/java/docs/reference/gax/latest/com.google.api.gax.httpjson.HttpJsonClientInterceptor\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis webpage documents versions of the \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e interface, ranging from version 2.63.1 down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e interface is used to intercept outgoing calls before they are dispatched by a \u003ccode\u003eHttpJsonChannel\u003c/code\u003e, ensuring thread-safe implementations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einterceptCall\u003c/code\u003e method within the \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e allows for interception of \u003ccode\u003eHttpJsonClientCall\u003c/code\u003e creation, taking \u003ccode\u003eApiMethodDescriptor\u003c/code\u003e, \u003ccode\u003eHttpJsonCallOptions\u003c/code\u003e, and \u003ccode\u003eHttpJsonChannel\u003c/code\u003e as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe returned object from the \u003ccode\u003einterceptCall\u003c/code\u003e method is the call object for the remote operation, specifically a \u003ccode\u003eHttpJsonClientCall<ReqT,RespT>\u003c/code\u003e, which will never be null.\u003c/p\u003e\n"]]],[],null,[]]