GRPC C++
1.39.1
|
Go to the source code of this file.
Functions | |
grpc_compression_algorithm | grpc_call_test_only_get_compression_algorithm (grpc_call *call) |
Return the message compression algorithm from call. More... | |
uint32_t | grpc_call_test_only_get_message_flags (grpc_call *call) |
Return the message flags from call. More... | |
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. More... | |
grpc_compression_algorithm grpc_call_test_only_get_compression_algorithm | ( | grpc_call * | call | ) |
Return the message compression algorithm from call.
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.
To be indexed by grpc_compression_algorithm enum values.
uint32_t grpc_call_test_only_get_message_flags | ( | grpc_call * | call | ) |
Return the message flags from call.