• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025300 85

batch_builder.ccD04-Jul-20255.8 KiB171140

batch_builder.hD04-Jul-202518.1 KiB477341

bdp_estimator.ccD04-Jul-20253.1 KiB8758

bdp_estimator.hD04-Jul-20252.9 KiB9852

call_destination.hD04-Jul-20251.2 KiB3612

call_filters.ccD04-Jul-202514.1 KiB472398

call_filters.hD04-Jul-202568.4 KiB1,8001,339

call_final_info.ccD04-Jul-20251.4 KiB3919

call_final_info.hD04-Jul-20251.8 KiB5530

call_size_estimator.ccD04-Jul-20251.5 KiB4217

call_size_estimator.hD04-Jul-20251.7 KiB5322

call_spine.ccD04-Jul-20254.7 KiB10884

call_spine.hD04-Jul-202515.6 KiB435330

connectivity_state.ccD04-Jul-20256.8 KiB189139

connectivity_state.hD04-Jul-20255.1 KiB14964

custom_metadata.hD04-Jul-20251.3 KiB315

endpoint_info_handshaker.ccD04-Jul-20252.7 KiB8149

endpoint_info_handshaker.hD04-Jul-20251.4 KiB3810

error_utils.ccD04-Jul-20256.1 KiB170114

error_utils.hD04-Jul-20252.5 KiB6418

handshaker.ccD04-Jul-20258.3 KiB230162

handshaker.hD04-Jul-20256.1 KiB16668

handshaker_factory.hD04-Jul-20252.7 KiB7424

handshaker_registry.ccD04-Jul-20251.9 KiB6235

handshaker_registry.hD04-Jul-20252 KiB7035

http2_errors.hD04-Jul-20251.4 KiB4219

http_connect_handshaker.ccD04-Jul-202515.3 KiB401286

http_connect_handshaker.hD04-Jul-20251.5 KiB4310

message.ccD04-Jul-20251.4 KiB4625

message.hD04-Jul-20252.1 KiB6230

metadata.ccD04-Jul-20251.2 KiB3818

metadata.hD04-Jul-20252.5 KiB7943

metadata_batch.ccD04-Jul-202512 KiB377312

metadata_batch.hD04-Jul-202554.6 KiB1,5191,068

metadata_compression_traits.hD04-Jul-20252.3 KiB6819

metadata_info.ccD04-Jul-20251.8 KiB5532

metadata_info.hD04-Jul-20253 KiB8554

parsed_metadata.ccD04-Jul-20251.1 KiB3614

parsed_metadata.hD04-Jul-202515.5 KiB433320

promise_endpoint.ccD04-Jul-20253.6 KiB11176

promise_endpoint.hD04-Jul-202512.5 KiB321224

simple_slice_based_metadata.hD04-Jul-20251.9 KiB5530

status_conversion.ccD04-Jul-20252.8 KiB9364

status_conversion.hD04-Jul-20251.4 KiB3912

tcp_connect_handshaker.ccD04-Jul-20258.8 KiB245177

tcp_connect_handshaker.hD04-Jul-20251.4 KiB4012

timeout_encoding.ccD04-Jul-20257.6 KiB290245

timeout_encoding.hD04-Jul-20251.8 KiB7339

transport.ccD04-Jul-20257.8 KiB218160

transport.hD04-Jul-202524.7 KiB624322

transport_fwd.hD04-Jul-2025793 236

transport_op_string.ccD04-Jul-20254.5 KiB149102

README.md

1# Transport
2
3Common implementation details for gRPC Transports.
4
5Transports multiplex messages across some single connection. In ext/ there are
6implementations atop [a custom http2 implementation](/src/core/ext/transport/chttp2/README.md)
7and atop [cronet](/src/core/ext/transport/cronet/README.md).
8