[[["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 `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`."]]],[]]