ServerSocket Class Reference
[Sockets]

Specialized socket for accepting connections. Socket TcpSocket. More...

#include <ServerSocket.h>

Inheritance diagram for ServerSocket:
IMemoryValidate

List of all members.

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

Detailed Description

Specialized socket for accepting connections. Socket TcpSocket.

Definition at line 37 of file ServerSocket.h.


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