GRPC Core
0.11.0.0
|
#include <internal.h>
Data Fields | |
gpr_slice_buffer | outbuf |
data to write now More... | |
grpc_chttp2_hpack_compressor | hpack_compressor |
hpack encoding More... | |
gpr_uint8 | is_client |
is this a client? More... | |
grpc_iomgr_closure | done_cb |
callback for when writing is done More... | |
grpc_iomgr_closure grpc_chttp2_transport_writing::done_cb |
callback for when writing is done
grpc_chttp2_hpack_compressor grpc_chttp2_transport_writing::hpack_compressor |
hpack encoding
gpr_uint8 grpc_chttp2_transport_writing::is_client |
is this a client?
gpr_slice_buffer grpc_chttp2_transport_writing::outbuf |
data to write now