[[["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 `ClientInterceptor` interface, enabling it to intercept and modify client-side gRPC calls."],["The class has one public constructor, `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)`, which allows the initialization of custom static headers through a Map object."],["The page details the `interceptCall` method, which takes a MethodDescriptor, CallOptions and Channel as parameters, and its usage in intercepting and handling gRPC calls."],["The documentation provides version history, with version 2.63.1 being the latest and version 2.7.1 the oldest, along with links to each version's documentation."]]],[]]