[[["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 details the `SimpleForwardingHttpJsonClientCallListener` class, which is a simplified implementation 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, streamlining the handling of HTTP/JSON client calls."],["The page lists various versions of this class, from version 2.63.1 (latest) down to version 2.7.1, indicating a history of updates and releases."],["The `SimpleForwardingHttpJsonClientCallListener` extends the `ForwardingHttpJsonClientCallListener` and through it also extends the `HttpJsonClientCall.Listener`, inheriting several methods for handling message and metadata passing."],["The class includes one constructor that accepts a `HttpJsonClientCall.Listener\u003cResponseT\u003e` delegate as a parameter, and has a `delegate()` method that returns the current `HttpJsonClientCall.Listener` delegate."]]],[]]