Diag-Client-Lib
Classes | Namespaces | Typedefs
socket_handler.h File Reference
#include <string_view>
#include "boost-support/client/tcp/tcp_client.h"
#include "boost-support/client/udp/udp_client.h"
#include "core/include/result.h"
Include dependency graph for socket_handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  doip_client::sockets::SocketHandler< ClientType >
 Handler class to manage different socket of various client (Udp / Tcp) More...
 

Namespaces

 doip_client
 
 doip_client::sockets
 

Typedefs

using doip_client::sockets::TcpSocketHandler = SocketHandler< boost_support::client::tcp::TcpClient >
 Type alias of Tcp socket handler. More...
 
using doip_client::sockets::UdpSocketHandler = SocketHandler< boost_support::client::udp::UdpClient >
 Type alias of Udp socket handler. More...