[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `GrpcHeaderInterceptor` class, which is designed to handle custom headers within the context of gRPC communication in Java."],["The `GrpcHeaderInterceptor` class implements the `io.grpc.ClientInterceptor` interface and is intended for internal use within the package."],["The class constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` takes a map of string key-value pairs as the input parameter `staticHeaders` to specify custom headers."],["The `interceptCall` method allows for interception and modification of gRPC calls, taking `MethodDescriptor`, `CallOptions`, and `Channel` as parameters, returning a `ClientCall` object."],["The webpage shows the version history of the `GrpcHeaderInterceptor` from version `2.63.1` down to `2.7.1`."]]],[]]