#include <UdpServer.h>
Inherits UdpConnection.
Inheritance diagram for UdpServer:


Public Member Functions | |
| UdpServer (const String &bindAddress, const String &service) | |
| virtual | ~UdpServer () |
Friends | |
| class | Poller |
Definition at line 15 of file UdpServer.h.
Definition at line 17 of file UdpServer.cpp.
References Connection::_local, Socket::_socket, ERROR, Support::failure(), MSG_SOCKET_CANNOT_BIND, and MSG_SOCKET_CANNOT_SET_OPTION.
| UdpServer::~UdpServer | ( | ) | [virtual] |
Definition at line 32 of file UdpServer.cpp.
friend class Poller [friend] |
1.5.1