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

Simplified facade for creating UDP clients and servers. More...

#include <cstdint>
#include <memory>
#include <string>
#include "kcenon/network/interfaces/i_protocol_client.h"
#include "kcenon/network/interfaces/i_protocol_server.h"
#include "kcenon/network/types/result.h"
Include dependency graph for udp_facade.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::facade::udp_facade
 Simplified facade for creating UDP clients and servers. More...
 
struct  kcenon::network::facade::udp_facade::client_config
 Configuration for creating a UDP client. More...
 
struct  kcenon::network::facade::udp_facade::server_config
 Configuration for creating a UDP server. More...
 

Namespaces

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

Detailed Description

Simplified facade for creating UDP clients and servers.

Provides a template-free API for UDP client/server creation, hiding protocol tag and implementation details from the user.

Definition in file udp_facade.h.