[[["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-03-21 UTC."],[[["This webpage provides documentation for the `SimpleForwardingHttpJsonClientCallListener` class, a simplified version of `ForwardingHttpJsonClientCallListener` in the `com.google.api.gax.httpjson` package."],["The `SimpleForwardingHttpJsonClientCallListener` class allows subclasses to use an instance of `HttpJsonClientCall.Listener` as its delegate, and can be found in versions ranging from 2.7.1 up until the latest 2.63.1."],["The class inherits from `ForwardingHttpJsonClientCallListener` and thus inherits several methods, including `delegate()`, `onClose()`, `onHeaders()`, and `onMessage()`."],["The constructor `SimpleForwardingHttpJsonClientCallListener` takes an `HttpJsonClientCall.Listener` as a delegate parameter, allowing it to forward calls to the specified delegate."],["The `delegate()` method returns the `HttpJsonClientCall.Listener` instance that the `SimpleForwardingHttpJsonClientCallListener` is using as its delegate."]]],[]]