[[["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, an interceptor used to manage custom headers within gRPC communication."],["The latest version of `GrpcHeaderInterceptor` is 2.63.1, and the page lists all available versions of this class dating back to version 2.7.1, allowing users to view documentation for specific releases."],["The `GrpcHeaderInterceptor` class implements the `io.grpc.ClientInterceptor` interface and inherits members from the `java.lang.Object` class."],["It includes a constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` to initialize the interceptor with a map of static headers, and the method `\u003cReqT,RespT\u003einterceptCall(MethodDescriptor\u003cReqT,RespT\u003e method, CallOptions callOptions, Channel next)` for method interception."],["The `getUserAgentHeader()` is available for getting the user agent header."]]],[]]