#include <udp_listener.h>
Definition at line 6 of file udp_listener.h.
UDPListener::UDPListener |
( |
| ) |
|
|
privatedelete |
UDPListener::UDPListener |
( |
const std::string & |
ip, |
|
|
uint16_t |
port |
|
) |
| |
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.
boost::asio::ip::udp::endpoint UDPListener::endpoint |
|
protected |
boost::asio::ip::udp::socket UDPListener::socket |
|
protected |
The documentation for this class was generated from the following files: