Creates a thread and listens for connections on a port. More...
#include <PortListener.h>
Public Member Functions | |
| PortListener (int port) | |
| virtual void | Run () |
| void | Stop () |
| PortListenerDelegateDispatch & | Delegates () |
| void | CheckMem () const |
| void | ValidateMem () const |
Protected Attributes | |
| int | m_port |
| volatile bool | m_running |
| ServerSocketPtr | m_socket |
| PortListenerDelegateDispatch | m_listeners |
Creates a thread and listens for connections on a port.
Definition at line 84 of file PortListener.h.