Package io.servicetalk.grpc.internal
Class GrpcContextKeys
java.lang.Object
io.servicetalk.grpc.internal.GrpcContextKeys
All
ContextMap.Key
(s) defined for gRPC.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextMap.Key<Boolean>
For the blocking server this key allows the router to notify an upstream filter that it is safe to consolidate tailing empty data frames when set to true. -
Method Summary
-
Field Details
-
TRAILERS_ONLY_RESPONSE
For the blocking server this key allows the router to notify an upstream filter that it is safe to consolidate tailing empty data frames when set to true.
-