19 #ifndef GRPC_CORE_LIB_SURFACE_CALL_TEST_ONLY_H
20 #define GRPC_CORE_LIB_SURFACE_CALL_TEST_ONLY_H
uint32_t grpc_call_test_only_get_encodings_accepted_by_peer(grpc_call *call)
Returns a bitset for the encodings (compression algorithms) supported by call's peer.
Definition: call.cc:867
uint32_t grpc_call_test_only_get_message_flags(grpc_call *call)
Return the message flags from call.
Definition: call.cc:802
grpc_compression_algorithm grpc_call_test_only_get_compression_algorithm(grpc_call *call)
Return the message compression algorithm from call.
Definition: call.cc:787
grpc_compression_algorithm
The various compression algorithms supported by gRPC (not sorted by compression level)
Definition: compression_types.h:57