#include <channel.h>
Public Attributes | |
grpc_channel_args | args |
char * | args_hashstr |
wrapped_grpc_channel_credentials * | creds |
char * | creds_hashstr |
char * | key |
gpr_mu | mu |
size_t | ref_count |
char * | target |
grpc_channel * | wrapped |
Definition at line 34 of file src/php/ext/grpc/channel.h.
grpc_channel_args _grpc_channel_wrapper::args |
Definition at line 42 of file src/php/ext/grpc/channel.h.
char* _grpc_channel_wrapper::args_hashstr |
Definition at line 38 of file src/php/ext/grpc/channel.h.
wrapped_grpc_channel_credentials* _grpc_channel_wrapper::creds |
Definition at line 43 of file src/php/ext/grpc/channel.h.
char* _grpc_channel_wrapper::creds_hashstr |
Definition at line 39 of file src/php/ext/grpc/channel.h.
char* _grpc_channel_wrapper::key |
Definition at line 36 of file src/php/ext/grpc/channel.h.
gpr_mu _grpc_channel_wrapper::mu |
Definition at line 41 of file src/php/ext/grpc/channel.h.
size_t _grpc_channel_wrapper::ref_count |
Definition at line 40 of file src/php/ext/grpc/channel.h.
char* _grpc_channel_wrapper::target |
Definition at line 37 of file src/php/ext/grpc/channel.h.
grpc_channel* _grpc_channel_wrapper::wrapped |
Definition at line 35 of file src/php/ext/grpc/channel.h.