PortListener Class Reference
[Sockets]

Creates a thread and listens for connections on a port. More...

#include <PortListener.h>

Inheritance diagram for PortListener:
Thread IMemoryValidate

List of all members.

Public Member Functions

 PortListener (int port)
virtual void Run ()
void Stop ()
PortListenerDelegateDispatchDelegates ()
void CheckMem () const
void ValidateMem () const

Protected Attributes

int m_port
volatile bool m_running
ServerSocketPtr m_socket
PortListenerDelegateDispatch m_listeners

Detailed Description

Creates a thread and listens for connections on a port.

Definition at line 84 of file PortListener.h.


The documentation for this class was generated from the following files: