Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
i_protocol_client.h File Reference

Protocol-specific client interface extending i_client. More...

#include "i_network_component.h"
#include "connection_observer.h"
#include <cstdint>
#include <functional>
#include <memory>
#include <string_view>
#include <system_error>
#include <vector>
#include "kcenon/network/types/result.h"
Include dependency graph for i_protocol_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  kcenon::network::interfaces::i_protocol_client
 Unified interface for all protocol client implementations. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::interfaces
 

Detailed Description

Protocol-specific client interface extending i_client.

Unified interface for all protocol client implementations.

See also
i_protocol_server.h

Defines the common contract for TCP, UDP, HTTP, WebSocket, and QUIC clients, providing consistent lifecycle management and data transmission.

Definition in file i_protocol_client.h.