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

Core interface for active network connections. More...

#include "i_transport.h"
#include "types.h"
#include <chrono>
Include dependency graph for i_connection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  kcenon::network::unified::i_connection
 Core interface for active network connections. More...
 

Namespaces

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

Detailed Description

Core interface for active network connections.

See also
i_listener.h

Extends i_transport with connection lifecycle operations (connect, disconnect, reconnect) for both client-initiated and accepted connections.

Definition in file i_connection.h.