Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::internal::adapters Namespace Reference

Classes

class  http_client_adapter
 Adapter that wraps http_client to implement i_protocol_client. More...
 
class  http_request_session
 Session wrapper for HTTP request connections implementing i_session. More...
 
class  http_server_adapter
 Adapter that wraps http_server to implement i_protocol_server. More...
 
class  quic_client_adapter
 Adapter that wraps messaging_quic_client to implement i_protocol_client. More...
 
class  quic_server_adapter
 Adapter that wraps messaging_quic_server to implement i_protocol_server. More...
 
class  quic_session_wrapper
 Wrapper for QUIC session to implement i_session interface. More...
 
class  tcp_server_adapter
 Adapter that wraps messaging_server to implement i_protocol_server. More...
 
class  udp_client_adapter
 Adapter that wraps messaging_udp_client to implement i_protocol_client. More...
 
class  udp_endpoint_session
 Session wrapper for UDP endpoint connections. More...
 
class  udp_server_adapter
 Adapter that wraps messaging_udp_server to implement i_protocol_server. More...
 
class  ws_client_adapter
 Adapter that wraps messaging_ws_client to implement i_protocol_client. More...
 
class  ws_server_adapter
 Adapter that wraps messaging_ws_server to implement i_protocol_server. More...
 
class  ws_session_wrapper
 Session wrapper for WebSocket connections implementing i_session. More...