Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ckcenon::network::protocols::quic::ack_frameACK frame (RFC 9000 Section 19.3)
 Ckcenon::network::protocols::quic::ack_rangeACK Range for ACK frames
 Ckcenon::network::tracing::batch_configBatch export configuration
 Ckcenon::network::protocols::grpc::grpc_client::bidi_streamBidirectional streaming RPC handle
 Cstd::bool_constant
 Ckcenon::network::integration::BridgeConfigConfiguration for bridge initialization
 Ckcenon::network::integration::BridgeMetricsMetrics and health information for a bridge
 Ckcenon::network::rate_limiter::bucket
 Ckcenon::network::protocols::grpc::call_optionsOptions for individual RPC calls
 Ckcenon::network::utils::callback_manager< CallbackTypes >Thread-safe callback storage and invocation utility
 Ckcenon::network::utils::callback_manager< connection_callback_t, disconnection_callback_t, message_callback_t, text_message_callback_t, binary_message_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< connection_callback_t, disconnection_callback_t, receive_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< connection_callback_t, disconnection_callback_t, receive_callback_t, stream_receive_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< message_callback_t, text_message_callback_t, binary_message_callback_t, connected_callback_t, disconnected_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< receive_callback_t, client_connected_callback_t, client_disconnected_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< receive_callback_t, connected_callback_t, disconnected_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< receive_callback_t, error_callback_t >
 Ckcenon::network::utils::callback_manager< receive_callback_t, stream_receive_callback_t, connected_callback_t, disconnected_callback_t, error_callback_t >
 Ckcenon::network::protocols::grpc::channel_credentials_configConfiguration for gRPC channel credentials
 Ckcenon::network::facade::http_facade::client_configConfiguration for creating an HTTP client
 Ckcenon::network::facade::quic_facade::client_configConfiguration for creating a QUIC client
 Ckcenon::network::facade::tcp_facade::client_configConfiguration for creating a TCP client
 Ckcenon::network::facade::udp_facade::client_configConfiguration for creating a UDP client
 Ckcenon::network::facade::websocket_facade::client_configConfiguration for creating a WebSocket client
 Ckcenon::network::protocols::grpc::grpc_client::client_stream_writerWriter for client streaming RPC
 Ckcenon::network::integration::common_to_network_thread_adapter_unavailable
 Ckcenon::network::utils::compression_pipelineMessage compression and decompression pipeline
 Ckcenon::network::protocols::quic::replay_filter::configConfiguration for the replay filter
 Ckcenon::network::protocols::quic::congestion_controllerQUIC congestion control (RFC 9002 Section 7)
 Ckcenon::network::protocols::quic::connectionQUIC connection state machine (RFC 9000 Section 5)
 Ckcenon::network::unified::connection_callbacksCallback functions for connection events
 Ckcenon::network::protocols::quic::connection_close_frameCONNECTION_CLOSE frame (RFC 9000 Section 19.19)
 Ckcenon::network::connection_guardRAII guard for connection limiting
 Ckcenon::network::utils::connection_healthContains connection health metrics
 Ckcenon::network::protocols::quic::connection_idQUIC Connection ID (RFC 9000 Section 5.1)
 Ckcenon::network::protocols::quic::connection_id_entryEntry for storing a peer's connection ID with metadata
 Ckcenon::network::protocols::quic::connection_id_managerManages peer connection IDs for QUIC connections (RFC 9000 Section 5.1)
 Ckcenon::network::unified::adapters::quic_listener_adapter::connection_info
 Ckcenon::network::connection_limiterConnection count limiter
 Ckcenon::network::interfaces::connection_observerObserver interface for client connection events
 Ckcenon::network::unified::connection_optionsConfiguration options for connections
 Ckcenon::network::core::connection_poolManages a pool of reusable client connections to reduce connection overhead and improve performance
 Ckcenon::network::utils::connection_stateThread-safe connection state management
 Ckcenon::network::integration::container_interfaceAbstract interface for container operations
 Ckcenon::network::integration::container_managerManager for container system integration
 Ckcenon::network::integration::io_context_thread_manager::impl::context_entry
 Ckcenon::network::internal::cookieRepresents an HTTP cookie
 Ckcenon::network::protocols::quic::crypto_frameCRYPTO frame (RFC 9000 Section 19.6)
 Ckcenon::network::protocols::quic::data_blocked_frameDATA_BLOCKED frame (RFC 9000 Section 19.12)
 Ckcenon::network::concepts::datagram_receive_guard< S >RAII guard for datagram socket receive loop
 Ckcenon::network::integration::basic_thread_pool::impl::DelayedTask
 Ckcenon::network::core::secure_messaging_udp_server::dtls_sessionDTLS session for a client
 Ckcenon::network::protocols::http2::dynamic_tableHPACK dynamic table for header compression
 Ckcenon::network::protocols::quic::ecn_countsECN counts for ACK_ECN frames
 Ckcenon::network::protocols::quic::ecn_trackerECN (Explicit Congestion Notification) tracker (RFC 9000 Section 13.4, RFC 9002 Section 7.1)
 Cstd::enable_shared_from_this
 Ckcenon::network::core::secure_messaging_udp_server::endpoint_hashHash function for endpoint (for unordered_map)
 Ckcenon::network::interfaces::i_udp_client::endpoint_infoEndpoint information for UDP datagrams
 Ckcenon::network::unified::endpoint_infoNetwork endpoint information (host/port or URL)
 Cstd::false_type
 Ckcenon::network::protocols::quic::flow_control_statsStatistics for flow control monitoring
 Ckcenon::network::protocols::quic::flow_controllerConnection-level flow control for QUIC (RFC 9000 Section 4)
 Ckcenon::network::protocols::http2::frameBase class for HTTP/2 frames
 Ckcenon::network::protocols::quic::frame_builderBuilder for QUIC frames (RFC 9000 Section 12)
 Ckcenon::network::protocols::http2::frame_headerHTTP/2 frame header (9 bytes)
 Ckcenon::network::protocols::quic::frame_parserParser for QUIC frames (RFC 9000 Section 12)
 Ckcenon::network::integration::function_job_unavailable
 Ckcenon::network::protocols::grpc::grpc_channel_configConfiguration for gRPC channel
 Ckcenon::network::protocols::grpc::grpc_clientGRPC client for making RPC calls
 Ckcenon::network::protocols::grpc::grpc_messageGRPC message with compression flag and payload
 Ckcenon::network::protocols::grpc::grpc_serverGRPC server for handling RPC requests
 Ckcenon::network::protocols::grpc::grpc_server_configConfiguration for gRPC server
 Ckcenon::network::protocols::grpc::grpc_serviceBase class for gRPC service implementations
 Ckcenon::network::protocols::grpc::grpc_statusGRPC status with code, message, and optional details
 Ckcenon::network::protocols::grpc::grpc_trailersGRPC trailing metadata containing status information
 Ckcenon::network::protocols::quic::handshake_done_frameHANDSHAKE_DONE frame (RFC 9000 Section 19.20)
 Ckcenon::network::metrics::histogramThread-safe histogram for capturing value distributions
 Ckcenon::network::metrics::histogram_configConfiguration for histogram bucket boundaries
 Ckcenon::network::metrics::histogram_snapshotImmutable snapshot of histogram state for export
 Ckcenon::network::protocols::quic::hkdfHKDF (HMAC-based Key Derivation Function) utilities (RFC 5869)
 Ckcenon::network::protocols::http2::hpack_decoderHPACK header decoder (RFC 7541)
 Ckcenon::network::protocols::http2::hpack_encoderHPACK header encoder (RFC 7541)
 Ckcenon::network::protocols::http2::http2_requestHTTP/2 request data structure
 Ckcenon::network::protocols::http2::http2_responseHTTP/2 response data
 Ckcenon::network::protocols::http2::http2_server_streamServer-side HTTP/2 stream for sending responses
 Ckcenon::network::protocols::http2::http2_settingsHTTP/2 connection settings
 Ckcenon::network::protocols::http2::http2_streamHTTP/2 stream state and data
 Ckcenon::network::internal::http_errorStructured HTTP error information
 Ckcenon::network::internal::http_error_responseBuilder for HTTP error responses
 Ckcenon::network::facade::http_facadeSimplified facade for creating HTTP clients and servers
 Ckcenon::network::protocols::http2::http_headerHTTP header name-value pair
 Ckcenon::network::internal::http_parserParser and serializer for HTTP messages (requests and responses)
 Ckcenon::network::internal::http_requestRepresents an HTTP request message
 Ckcenon::network::core::http_request_bufferBuffer for accumulating HTTP request data received in chunks
 Ckcenon::network::core::http_request_contextContext for an HTTP request with parsed components
 Ckcenon::network::internal::http_responseRepresents an HTTP response message
 Ckcenon::network::core::http_routeRoute definition with pattern matching and handler
 Ckcenon::network::core::http_urlParsed URL components
 Ckcenon::network::unified::i_listenerCore interface for passive network listeners (server-side)
 Ckcenon::network::interfaces::i_network_componentBase interface for all network components
 Ckcenon::network::interfaces::i_sessionInterface for a single client session on the server side
 Ckcenon::network::unified::i_transportCore interface for data transport abstraction
 Ckcenon::network::integration::NetworkSystemBridge::Impl
 Ckcenon::network::core::network_context::impl
 Ckcenon::network::core::reliable_udp_client::impl
 Ckcenon::network::core::unified_session_manager::implPIMPL implementation hiding all template-related code
 Ckcenon::network::integration::basic_container::impl
 Ckcenon::network::integration::basic_logger::impl
 Ckcenon::network::integration::basic_monitoring::impl
 Ckcenon::network::integration::basic_thread_pool::impl
 Ckcenon::network::integration::container_manager::impl
 Ckcenon::network::integration::io_context_thread_manager::impl
 Ckcenon::network::integration::logger_integration_manager::impl
 Ckcenon::network::integration::messaging_bridge::impl
 Ckcenon::network::integration::monitoring_integration_manager::impl
 Ckcenon::network::integration::thread_integration_manager::impl
 Ckcenon::network::protocols::grpc::generic_service::impl
 Ckcenon::network::protocols::grpc::grpc_client::impl
 Ckcenon::network::protocols::grpc::grpc_server::impl
 Ckcenon::network::protocols::grpc::health_service::impl
 Ckcenon::network::protocols::grpc::service_registry::impl
 Ckcenon::network::protocols::quic::quic_crypto::impl
 Ckcenon::network::tracing::span::implInternal implementation structure for span
 Ckcenon::network::utils::buffer_pool::impl
 Ckcenon::network::utils::compression_pipeline::impl
 Ckcenon::network::integration::INetworkBridgeAbstract interface for external system integration bridges
 Ckcenon::network::protocols::quic::initial_keysDerives initial encryption keys from Destination Connection ID
 Ckcenon::network::integration::messaging_bridge::impl::internal_metrics
 Ckcenon::network::integration::io_context_thread_managerManages io_context execution on shared thread pools
 Ckcenon::network::protocols::quic::key_pairA pair of read and write keys for bidirectional communication
 Ckcenon::network::utils::lifecycle_managerThread-safe lifecycle state management for network components
 Ckcenon::network::unified::listener_callbacksCallback functions for listener/server events
 Ckcenon::network::config::logger_configConfiguration for logging system
 Ckcenon::network::integration::logger_integration_managerManager for logger system integration
 Ckcenon::network::integration::logger_interfaceInterface for logger integration
 Ckcenon::network::protocols::quic::long_headerQUIC Long Header format (RFC 9000 Section 17.2)
 Ckcenon::network::protocols::quic::loss_detection_resultResult of loss detection operations
 Ckcenon::network::protocols::quic::loss_detectorQUIC loss detection (RFC 9002 Section 6)
 Ckcenon::network::protocols::quic::max_data_frameMAX_DATA frame (RFC 9000 Section 19.9)
 Ckcenon::network::protocols::quic::max_stream_data_frameMAX_STREAM_DATA frame (RFC 9000 Section 19.10)
 Ckcenon::network::protocols::quic::max_streams_frameMAX_STREAMS frame (RFC 9000 Section 19.11)
 Ckcenon::network::utils::memory_profiler
 Ckcenon::network::utils::memory_snapshot
 Ckcenon::network::message_limitsConfigurable message size limits
 Ckcenon::network::message_validatorMessage validator for network input validation
 Ckcenon::network::protocols::grpc::method_descriptorDescribes a single RPC method within a service
 Ckcenon::network::protocols::grpc::method_handler
 Ckcenon::network::metrics::metric_reporterHelper class for reporting network metrics
 Ckcenon::network::integration::io_context_thread_manager::metricsGet current metrics
 Ckcenon::network::integration::thread_integration_manager::metricsGet thread pool metrics
 Ckcenon::network::module_versionVersion information for network_system module
 Ckcenon::network::config::monitoring_configConfiguration for monitoring system
 Ckcenon::network::integration::monitoring_integration_managerManager for monitoring system integration
 Ckcenon::network::integration::monitoring_interfaceInterface for monitoring integration
 Ckcenon::network::internal::multipart_fileRepresents a file uploaded via multipart/form-data
 Ckcenon::network::config::network_configConfiguration for standalone network_system initialization
 Ckcenon::network::events::network_connection_eventSpecialized event for connection-related metrics
 Ckcenon::network::core::network_contextGlobal context for shared network system resources
 Ckcenon::network::events::network_health_eventSpecialized event for connection health status
 Ckcenon::network::events::network_latency_eventSpecialized event for latency measurements
 Ckcenon::network::events::network_metric_eventEvent for publishing network metrics via EventBus
 Ckcenon::network::config::network_system_configConfiguration for network_system with external dependencies
 Ckcenon::network::integration::network_to_common_thread_adapter_unavailable
 Ckcenon::network::events::network_transfer_eventSpecialized event for data transfer metrics
 Ckcenon::network::integration::NetworkSystemBridgeUnified facade for all network_system integration bridges
 Ckcenon::network::integration::NetworkSystemBridgeConfigConfiguration for NetworkSystemBridge
 Ckcenon::network::protocols::quic::new_connection_id_frameNEW_CONNECTION_ID frame (RFC 9000 Section 19.15)
 Ckcenon::network::protocols::quic::new_token_frameNEW_TOKEN frame (RFC 9000 Section 19.7)
 Ckcenon::network::policy::no_tlsPolicy type indicating no TLS/SSL encryption
 Ckcenon::network::protocols::quic::replay_filter::nonce_entry
 Ckcenon::network::tracing::otlp_configOTLP exporter configuration
 Ckcenon::network::protocols::quic::packet_builderBuilder for QUIC packet headers (RFC 9000 Section 17)
 Ckcenon::network::core::packet_header
 Ckcenon::network::core::packet_info
 Ckcenon::network::protocols::quic::packet_numberQUIC packet number utilities (RFC 9000 Section 17.1)
 Ckcenon::network::protocols::quic::packet_number_spaceState for each packet number space (Initial, Handshake, Application)
 Ckcenon::network::protocols::quic::packet_parserParser for QUIC packet headers (RFC 9000 Section 17)
 Ckcenon::network::protocols::quic::packet_protectionQUIC packet protection (encryption/decryption) (RFC 9001 Section 5)
 Ckcenon::network::protocols::quic::padding_framePADDING frame (RFC 9000 Section 19.1)
 Ckcenon::network::internal::parse_errorDetailed HTTP parsing error information
 Ckcenon::network::protocols::quic::path_challenge_framePATH_CHALLENGE frame (RFC 9000 Section 19.17)
 Ckcenon::network::protocols::quic::path_response_framePATH_RESPONSE frame (RFC 9000 Section 19.18)
 Ckcenon::network::per_client_connection_limiterPer-client connection limiter
 Ckcenon::network::protocols::quic::ping_framePING frame (RFC 9000 Section 19.2)
 Ckcenon::network::protocols::quic::pmtud_configConfiguration for PMTUD controller
 Ckcenon::network::protocols::quic::pmtud_controllerPath MTU Discovery controller for QUIC (RFC 8899 DPLPMTUD)
 Ckcenon::network::facade::tcp_facade::pool_configConfiguration for creating a TCP connection pool
 Ckcenon::network::protocols::quic::preferred_address_infoQUIC preferred address transport parameter (RFC 9000 Section 18.2)
 Ckcenon::network::core::quic_client_configConfiguration options for QUIC client
 Ckcenon::network::protocol::quic::quic_configConfiguration options for QUIC connections
 Ckcenon::network::core::quic_connection_statsStatistics for a QUIC connection
 Ckcenon::network::protocols::quic::quic_cryptoQUIC-TLS integration handler (RFC 9001)
 Ckcenon::network::facade::quic_facadeSimplified facade for creating QUIC clients and servers
 Ckcenon::network::protocols::quic::quic_keysQUIC encryption keys for a single encryption level (RFC 9001 Section 5)
 Ckcenon::network::protocol::quic_protocolProtocol tag for QUIC transport
 Ckcenon::network::core::quic_server_configConfiguration options for QUIC server
 Ckcenon::network::rate_limiterToken bucket rate limiter
 Ckcenon::network::rate_limiter_configConfiguration for rate limiter
 Ckcenon::network::protocols::grpc::registry_configConfiguration for service registry
 Ckcenon::network::core::reliable_udp_statsStatistics for monitoring reliable UDP connection performance
 Ckcenon::network::protocols::quic::replay_filterAnti-replay protection for 0-RTT data
 Ckcenon::network::protocols::quic::reset_stream_frameRESET_STREAM frame (RFC 9000 Section 19.4)
 Ckcenon::network::utils::resilient_clientWrapper around messaging_client that adds automatic reconnection with exponential backoff and circuit breaker pattern
 Ckcenon::network::Result< T >
 Ckcenon::network::protocols::quic::retire_connection_id_frameRETIRE_CONNECTION_ID frame (RFC 9000 Section 19.16)
 Ckcenon::network::protocols::quic::rtt_estimatorRTT estimation for QUIC (RFC 9002 Section 5)
 Ckcenon::network::protocols::quic::sent_packetInformation about a sent packet for loss detection (RFC 9002 Section A.1.1)
 Ckcenon::network::protocols::quic::sent_packet_infoInformation about a sent packet for loss detection
 Ckcenon::network::facade::http_facade::server_configConfiguration for creating an HTTP server
 Ckcenon::network::facade::quic_facade::server_configConfiguration for creating a QUIC server
 Ckcenon::network::facade::tcp_facade::server_configConfiguration for creating a TCP server
 Ckcenon::network::facade::udp_facade::server_configConfiguration for creating a UDP server
 Ckcenon::network::facade::websocket_facade::server_configConfiguration for creating a WebSocket server
 Ckcenon::network::protocols::grpc::server_contextContext for handling a single RPC request
 Ckcenon::network::protocols::grpc::server_readerReader interface for client streaming
 Ckcenon::network::protocols::grpc::server_reader_writerReader/writer interface for bidirectional streaming
 Ckcenon::network::protocols::grpc::grpc_client::server_stream_readerReader for server streaming RPC
 Ckcenon::network::protocols::grpc::server_writerWriter interface for server streaming
 Ckcenon::network::protocols::grpc::service_baseBase class for all gRPC service implementations
 Ckcenon::network::protocols::grpc::service_descriptorDescribes a gRPC service and its methods
 Ckcenon::network::protocols::grpc::service_registryCentral registry for managing gRPC services
 Ckcenon::network::core::session_conceptType-erased interface for session management
 Ckcenon::network::core::session_configConfiguration for session management
 Ckcenon::network::core::session_handleValue-semantic wrapper for type-erased sessions
 Ckcenon::network::core::session_infoSession info struct for backward compatibility
 Ckcenon::network::core::session_info_base< SessionType, HasActivityTracking >Wrapper for session with optional activity tracking
 Ckcenon::network::core::session_info_base< SessionType, false >Specialization without activity tracking (minimal overhead)
 Ckcenon::network::core::session_info_base< SessionType, true >Specialization with activity tracking enabled
 Ckcenon::network::core::session_manager_base< SessionType >Thread-safe session lifecycle management template
 Ckcenon::network::core::session_manager_base< session::messaging_session >
 Ckcenon::network::core::session_manager_base< ws_connection >
 Ckcenon::network::protocols::quic::session_ticket_infoContains session ticket data for 0-RTT resumption
 Ckcenon::network::protocols::quic::session_ticket_storeThread-safe storage for QUIC session tickets
 Ckcenon::network::session_timeout_manager
 Ckcenon::network::core::session_traits< SessionType >Customization point for session manager behavior
 Ckcenon::network::core::session_traits< session::messaging_session >Session traits specialization for TCP messaging sessions
 Ckcenon::network::core::session_traits< ws_connection >Session traits specialization for WebSocket connections
 Ckcenon::network::protocols::http2::setting_parameterSETTINGS frame parameter
 Ckcenon::network::protocols::quic::short_headerQUIC Short Header format (RFC 9000 Section 17.3)
 Ckcenon::network::simple_error
 Ckcenon::network::metrics::sliding_histogramTime-windowed histogram for tracking recent latency distributions
 Ckcenon::network::metrics::sliding_histogram_configConfiguration for sliding window histogram
 Ckcenon::network::internal::socket_configConfiguration for TCP socket backpressure control
 Ckcenon::network::internal::socket_metricsRuntime metrics for socket monitoring
 Ckcenon::network::concepts::socket_read_guard< S >RAII guard for socket read loop
 Ckcenon::network::protocols::quic::loss_detector::space_statePer packet-number-space state (RFC 9002 Appendix A.1)
 Ckcenon::network::tracing::spanRAII span for distributed tracing
 Ckcenon::network::tracing::span_eventSpan event (timestamped annotation)
 Ckcenon::network::core::ssl_configSSL/TLS configuration structure
 Ckcenon::network::utils::startable_base< Derived >CRTP base class providing unified start/stop lifecycle management
 Ckcenon::network::utils::startable_base< messaging_client >
 Ckcenon::network::utils::startable_base< messaging_server >
 Ckcenon::network::integration::detail::static_destruction_guardGuard against logging during static destruction
 Ckcenon::network::protocols::http2::static_tableHPACK static table (RFC 7541 Appendix A)
 Ckcenon::network::core::session_manager_base< SessionType >::statsComprehensive session manager statistics
 Ckcenon::network::core::unified_session_manager::statsComprehensive session manager statistics
 Ckcenon::network::protocols::quic::stop_sending_frameSTOP_SENDING frame (RFC 9000 Section 19.5)
 Ckcenon::network::protocols::quic::streamQUIC stream implementation (RFC 9000 Sections 2-4)
 Ckcenon::network::protocols::quic::stream_data_blocked_frameSTREAM_DATA_BLOCKED frame (RFC 9000 Section 19.13)
 Ckcenon::network::protocols::quic::stream_frameSTREAM frame (RFC 9000 Section 19.8)
 Ckcenon::network::protocols::quic::stream_managerManages QUIC streams within a connection
 Ckcenon::network::protocols::quic::streams_blocked_frameSTREAMS_BLOCKED frame (RFC 9000 Section 19.14)
 Ckcenon::network::utils::tcp_client_callback_indexCallback indices for tcp_client_callbacks
 Ckcenon::network::facade::tcp_facadeSimplified facade for creating TCP clients and servers
 Ckcenon::network::protocol::tcp_protocolProtocol tag for TCP transport
 Ckcenon::network::integration::thread_integration_managerManager for thread system integration
 Ckcenon::network::config::thread_pool_configConfiguration for thread pool
 Ckcenon::network::integration::thread_pool_interfaceInterface for thread pool integration
 Ckcenon::network::integration::thread_system_pool_adapter_unavailable
 Ckcenon::network::metrics::sliding_histogram::time_bucket
 Ckcenon::network::internal::tls_configConfiguration for TLS/SSL connections
 Ckcenon::network::protocols::http2::tls_configTLS configuration for HTTP/2 server
 Ckcenon::network::policy::tls_enabledPolicy type indicating TLS/SSL encryption is enabled
 Ckcenon::network::tracing::trace_contextImmutable trace context for distributed tracing
 Ckcenon::network::tracing::tracing_configMain configuration structure for tracing
 Ckcenon::network::protocols::quic::transport_parametersQUIC transport parameters (RFC 9000 Section 18)
 Cstd::true_type
 Ckcenon::network::facade::udp_facadeSimplified facade for creating UDP clients and servers
 Ckcenon::network::protocol::udp_protocolProtocol tag for UDP transport
 Ckcenon::network::core::unified_session_configConfiguration for unified session management
 Ckcenon::network::core::unified_session_managerType-erased session manager that handles any session type
 Ckcenon::network::protocols::quic::ecn_tracker::validation_stateInternal ECN validation state
 Ckcenon::network::protocols::quic::varintQUIC variable-length integer encoding/decoding (RFC 9000 Section 16)
 Ckcenon::network::facade::websocket_facadeSimplified facade for creating WebSocket clients and servers
 Ckcenon::network::internal::websocket_frameProvides WebSocket frame encoding and decoding functionality
 Ckcenon::network::internal::websocket_handshakeImplements WebSocket HTTP/1.1 upgrade handshake (RFC 6455)
 Ckcenon::network::internal::websocket_protocolWebSocket protocol handler for message processing
 Ckcenon::network::protocol::websocket_protocolProtocol tag for WebSocket transport
 Ckcenon::network::core::ws_client_configConfiguration for WebSocket client
 Ckcenon::network::core::ws_connection_impl
 Ckcenon::network::internal::ws_frame_headerRepresents a decoded WebSocket frame header
 Ckcenon::network::internal::ws_handshake_resultResult of a WebSocket handshake operation
 Ckcenon::network::internal::ws_messageRepresents a complete WebSocket message
 Ckcenon::network::core::ws_server_configConfiguration for WebSocket server