Specialized socket for accepting connections. Socket TcpSocket. More...
#include <ServerSocket.h>
Public Member Functions | |
ServerSocket (int port, int iNumBuf) | |
TcpSocketPtr | Accept () |
void | Close () |
void | Shutdown (int i=SD_BOTH) |
virtual void | CheckMem () const |
virtual void | ValidateMem () const |
Protected Member Functions | |
void | Bind () |
void | Listen (int iNumBuf) |
Protected Attributes | |
Socket | m_sock |
Specialized socket for accepting connections. Socket TcpSocket.
Definition at line 37 of file ServerSocket.h.