Public Attributes | |
tsi_handshaker | base |
grpc_channel * | channel = nullptr |
alts_handshaker_client * | client = nullptr |
alts_handshaker_client_vtable * | client_vtable_for_testing = nullptr |
char * | handshaker_service_url |
bool | has_created_handshaker_client = false |
bool | has_sent_start_message = false |
grpc_pollset_set * | interested_parties |
bool | is_client |
size_t | max_frame_size |
grpc_core::Mutex | mu |
grpc_alts_credentials_options * | options |
bool | shutdown = false |
grpc_slice | target_name |
bool | use_dedicated_cq |
Definition at line 49 of file alts_tsi_handshaker.cc.
tsi_handshaker alts_tsi_handshaker::base |
Definition at line 50 of file alts_tsi_handshaker.cc.
grpc_channel* alts_tsi_handshaker::channel = nullptr |
Definition at line 59 of file alts_tsi_handshaker.cc.
alts_handshaker_client* alts_tsi_handshaker::client = nullptr |
Definition at line 66 of file alts_tsi_handshaker.cc.
alts_handshaker_client_vtable* alts_tsi_handshaker::client_vtable_for_testing = nullptr |
Definition at line 58 of file alts_tsi_handshaker.cc.
char* alts_tsi_handshaker::handshaker_service_url |
Definition at line 55 of file alts_tsi_handshaker.cc.
Definition at line 54 of file alts_tsi_handshaker.cc.
Definition at line 53 of file alts_tsi_handshaker.cc.
grpc_pollset_set* alts_tsi_handshaker::interested_parties |
Definition at line 56 of file alts_tsi_handshaker.cc.
bool alts_tsi_handshaker::is_client |
Definition at line 52 of file alts_tsi_handshaker.cc.
size_t alts_tsi_handshaker::max_frame_size |
Definition at line 71 of file alts_tsi_handshaker.cc.
grpc_core::Mutex alts_tsi_handshaker::mu |
Definition at line 65 of file alts_tsi_handshaker.cc.
grpc_alts_credentials_options* alts_tsi_handshaker::options |
Definition at line 57 of file alts_tsi_handshaker.cc.
Definition at line 69 of file alts_tsi_handshaker.cc.
grpc_slice alts_tsi_handshaker::target_name |
Definition at line 51 of file alts_tsi_handshaker.cc.
bool alts_tsi_handshaker::use_dedicated_cq |
Definition at line 60 of file alts_tsi_handshaker.cc.