GRPC Core
18.0.0
|
Data Fields | |
tsi_handshaker | base |
grpc_slice | target_name |
bool | is_client |
bool | has_sent_start_message = false |
bool | has_created_handshaker_client = false |
char * | handshaker_service_url |
grpc_pollset_set * | interested_parties |
grpc_alts_credentials_options * | options |
alts_handshaker_client_vtable * | client_vtable_for_testing = nullptr |
grpc_channel * | channel = nullptr |
bool | use_dedicated_cq |
grpc_core::Mutex | mu |
alts_handshaker_client * | client = nullptr |
bool | shutdown = false |
size_t | max_frame_size |
tsi_handshaker alts_tsi_handshaker::base |
grpc_channel* alts_tsi_handshaker::channel = nullptr |
alts_handshaker_client* alts_tsi_handshaker::client = nullptr |
alts_handshaker_client_vtable* alts_tsi_handshaker::client_vtable_for_testing = nullptr |
char* alts_tsi_handshaker::handshaker_service_url |
bool alts_tsi_handshaker::has_created_handshaker_client = false |
bool alts_tsi_handshaker::has_sent_start_message = false |
grpc_pollset_set* alts_tsi_handshaker::interested_parties |
bool alts_tsi_handshaker::is_client |
size_t alts_tsi_handshaker::max_frame_size |
grpc_core::Mutex alts_tsi_handshaker::mu |
grpc_alts_credentials_options* alts_tsi_handshaker::options |
bool alts_tsi_handshaker::shutdown = false |
grpc_slice alts_tsi_handshaker::target_name |
bool alts_tsi_handshaker::use_dedicated_cq |