GRPC C++
1.39.1
|
Data Fields | |
grpc_endpoint | base |
gpr_refcount | refcount |
grpc_custom_socket * | socket |
grpc_closure * | read_cb = nullptr |
grpc_closure * | write_cb = nullptr |
grpc_slice_buffer * | read_slices = nullptr |
grpc_slice_buffer * | write_slices = nullptr |
grpc_resource_user * | resource_user |
grpc_resource_user_slice_allocator | slice_allocator |
bool | shutting_down |
std::string | peer_string |
std::string | local_address |
grpc_endpoint custom_tcp_endpoint::base |
std::string custom_tcp_endpoint::local_address |
std::string custom_tcp_endpoint::peer_string |
grpc_closure* custom_tcp_endpoint::read_cb = nullptr |
grpc_slice_buffer* custom_tcp_endpoint::read_slices = nullptr |
gpr_refcount custom_tcp_endpoint::refcount |
grpc_resource_user* custom_tcp_endpoint::resource_user |
bool custom_tcp_endpoint::shutting_down |
grpc_resource_user_slice_allocator custom_tcp_endpoint::slice_allocator |
grpc_custom_socket* custom_tcp_endpoint::socket |
grpc_closure* custom_tcp_endpoint::write_cb = nullptr |
grpc_slice_buffer* custom_tcp_endpoint::write_slices = nullptr |