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-08-15 UTC."],[[["\u003cp\u003eThis webpage lists the versions of \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e, with version 2.63.1 being the latest, and shows the comprehensive history of the versions down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e is an interface for intercepting outgoing calls before they are dispatched by an \u003ccode\u003eHttpJsonChannel\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einterceptCall\u003c/code\u003e method is the primary method in this interface, and it intercepts the creation of \u003ccode\u003eHttpJsonClientCall\u003c/code\u003e by the next \u003ccode\u003eHttpJsonChannel\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einterceptCall\u003c/code\u003e method requires three parameters, \u003ccode\u003eApiMethodDescriptor\u003c/code\u003e, \u003ccode\u003eHttpJsonCallOptions\u003c/code\u003e and the \u003ccode\u003eHttpJsonChannel\u003c/code\u003e which is being intercepted.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einterceptCall\u003c/code\u003e method returns the call object for the remote operation, of type \u003ccode\u003eHttpJsonClientCall\u003c/code\u003e, which should never be null.\u003c/p\u003e\n"]]],[],null,[]]