GRPC Core  18.0.0
Data Fields
alts_grpc_handshaker_client Struct Reference

Data Fields

alts_handshaker_client base
 
gpr_refcount refs
 
alts_tsi_handshakerhandshaker
 
grpc_callcall
 
alts_grpc_caller grpc_caller
 
grpc_closure on_handshaker_service_resp_recv
 
grpc_byte_buffersend_buffer = nullptr
 
grpc_byte_bufferrecv_buffer = nullptr
 
grpc_status_code status = GRPC_STATUS_OK
 
grpc_metadata_array recv_initial_metadata
 
tsi_handshaker_on_next_done_cb cb
 
void * user_data
 
grpc_alts_credentials_optionsoptions
 
grpc_slice target_name
 
bool is_client
 
grpc_slice recv_bytes
 
unsigned char * buffer
 
size_t buffer_size
 
grpc_closure on_status_received
 callback for receiving handshake call status More...
 
grpc_status_code handshake_status_code = GRPC_STATUS_OK
 gRPC status code of handshake call More...
 
grpc_slice handshake_status_details
 gRPC status details of handshake call More...
 
grpc_core::Mutex mu
 
bool receive_status_finished = false
 
recv_message_resultpending_recv_message_result = nullptr
 
size_t max_frame_size
 

Field Documentation

◆ base

alts_handshaker_client alts_grpc_handshaker_client::base

◆ buffer

unsigned char* alts_grpc_handshaker_client::buffer

◆ buffer_size

size_t alts_grpc_handshaker_client::buffer_size

◆ call

grpc_call* alts_grpc_handshaker_client::call

◆ cb

tsi_handshaker_on_next_done_cb alts_grpc_handshaker_client::cb

◆ grpc_caller

alts_grpc_caller alts_grpc_handshaker_client::grpc_caller

◆ handshake_status_code

grpc_status_code alts_grpc_handshaker_client::handshake_status_code = GRPC_STATUS_OK

gRPC status code of handshake call

◆ handshake_status_details

grpc_slice alts_grpc_handshaker_client::handshake_status_details

gRPC status details of handshake call

◆ handshaker

alts_tsi_handshaker* alts_grpc_handshaker_client::handshaker

◆ is_client

bool alts_grpc_handshaker_client::is_client

◆ max_frame_size

size_t alts_grpc_handshaker_client::max_frame_size

◆ mu

grpc_core::Mutex alts_grpc_handshaker_client::mu

◆ on_handshaker_service_resp_recv

grpc_closure alts_grpc_handshaker_client::on_handshaker_service_resp_recv

◆ on_status_received

grpc_closure alts_grpc_handshaker_client::on_status_received

callback for receiving handshake call status

◆ options

grpc_alts_credentials_options* alts_grpc_handshaker_client::options

◆ pending_recv_message_result

recv_message_result* alts_grpc_handshaker_client::pending_recv_message_result = nullptr

◆ receive_status_finished

bool alts_grpc_handshaker_client::receive_status_finished = false

◆ recv_buffer

grpc_byte_buffer* alts_grpc_handshaker_client::recv_buffer = nullptr

◆ recv_bytes

grpc_slice alts_grpc_handshaker_client::recv_bytes

◆ recv_initial_metadata

grpc_metadata_array alts_grpc_handshaker_client::recv_initial_metadata

◆ refs

gpr_refcount alts_grpc_handshaker_client::refs

◆ send_buffer

grpc_byte_buffer* alts_grpc_handshaker_client::send_buffer = nullptr

◆ status

grpc_status_code alts_grpc_handshaker_client::status = GRPC_STATUS_OK

◆ target_name

grpc_slice alts_grpc_handshaker_client::target_name

◆ user_data

void* alts_grpc_handshaker_client::user_data

The documentation for this struct was generated from the following file: