GRPC Core  18.0.0
Data Fields
custom_tcp_endpoint Struct Reference

Data Fields

grpc_endpoint base
 
gpr_refcount refcount
 
grpc_custom_socketsocket
 
grpc_closureread_cb = nullptr
 
grpc_closurewrite_cb = nullptr
 
grpc_slice_bufferread_slices = nullptr
 
grpc_slice_bufferwrite_slices = nullptr
 
grpc_resource_userresource_user
 
grpc_resource_user_slice_allocator slice_allocator
 
bool shutting_down
 
std::string peer_string
 
std::string local_address
 

Field Documentation

◆ base

grpc_endpoint custom_tcp_endpoint::base

◆ local_address

std::string custom_tcp_endpoint::local_address

◆ peer_string

std::string custom_tcp_endpoint::peer_string

◆ read_cb

grpc_closure* custom_tcp_endpoint::read_cb = nullptr

◆ read_slices

grpc_slice_buffer* custom_tcp_endpoint::read_slices = nullptr

◆ refcount

gpr_refcount custom_tcp_endpoint::refcount

◆ resource_user

grpc_resource_user* custom_tcp_endpoint::resource_user

◆ shutting_down

bool custom_tcp_endpoint::shutting_down

◆ slice_allocator

grpc_resource_user_slice_allocator custom_tcp_endpoint::slice_allocator

◆ socket

grpc_custom_socket* custom_tcp_endpoint::socket

◆ write_cb

grpc_closure* custom_tcp_endpoint::write_cb = nullptr

◆ write_slices

grpc_slice_buffer* custom_tcp_endpoint::write_slices = nullptr

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