#include <udp_listener.h>
Definition at line 6 of file udp_listener.h.
◆ UDPListener() [1/2]
UDPListener::UDPListener |
( |
| ) |
|
|
privatedelete |
◆ UDPListener() [2/2]
UDPListener::UDPListener |
( |
const std::string & |
ip, |
|
|
uint16_t |
port |
|
) |
| |
◆ listenNextData()
void UDPListener::listenNextData |
( |
| ) |
|
|
protectedvirtual |
This is the pro-actor pattern implemented by boost asio. Each daughter class must use this abstract method to listen next data.
Implements IPListener.
Definition at line 16 of file udp_listener.cpp.
◆ endpoint
boost::asio::ip::udp::endpoint UDPListener::endpoint |
|
protected |
◆ socket
boost::asio::ip::udp::socket UDPListener::socket |
|
protected |
The documentation for this class was generated from the following files: