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-04 UTC."],[[["\u003cp\u003eThis webpage lists the versions of \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e, with version 2.63.1 being the latest, and links to its documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e interface is used to intercept 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 within the \u003ccode\u003eHttpJsonClientInterceptor\u003c/code\u003e is an abstract method used to intercept \u003ccode\u003eHttpJsonClientCall\u003c/code\u003e creation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einterceptCall\u003c/code\u003e method requires parameters such as \u003ccode\u003eApiMethodDescriptor\u003c/code\u003e, \u003ccode\u003eHttpJsonCallOptions\u003c/code\u003e, and \u003ccode\u003eHttpJsonChannel\u003c/code\u003e to define the remote method, runtime options, and intercepted channel, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einterceptCall\u003c/code\u003e method returns an \u003ccode\u003eHttpJsonClientCall\u003c/code\u003e object for the remote operation.\u003c/p\u003e\n"]]],[],null,[]]