#include <grpc/support/port_platform.h>
Go to the source code of this file.
Enumerations | |
enum | grpc_channel_stack_type { GRPC_CLIENT_CHANNEL, GRPC_CLIENT_SUBCHANNEL, GRPC_CLIENT_LAME_CHANNEL, GRPC_CLIENT_DIRECT_CHANNEL, GRPC_SERVER_CHANNEL, GRPC_NUM_CHANNEL_STACK_TYPES } |
Functions | |
bool | grpc_channel_stack_type_is_client (grpc_channel_stack_type type) |
const char * | grpc_channel_stack_type_string (grpc_channel_stack_type type) |
Enumerator | |
---|---|
GRPC_CLIENT_CHANNEL | |
GRPC_CLIENT_SUBCHANNEL | |
GRPC_CLIENT_LAME_CHANNEL | |
GRPC_CLIENT_DIRECT_CHANNEL | |
GRPC_SERVER_CHANNEL | |
GRPC_NUM_CHANNEL_STACK_TYPES |
Definition at line 24 of file channel_stack_type.h.
bool grpc_channel_stack_type_is_client | ( | grpc_channel_stack_type | type | ) |
Definition at line 23 of file channel_stack_type.cc.
const char* grpc_channel_stack_type_string | ( | grpc_channel_stack_type | type | ) |
Definition at line 41 of file channel_stack_type.cc.