net::CServerSocket Class Reference

Inheritance diagram for net::CServerSocket:

net::CSocket net::CEventServerSocket List of all members.

Detailed Description

A socket class to handle server based communications.

Author:
Elden Armbrust
CServerSocket is a multipurpose TCP socket class designed to handle most, if not all, unencrypted server connection handling over a connection.


Public Member Functions

CSocketAccept ()
bool Listen (int port)


Member Function Documentation

CSocket * net::CServerSocket::Accept (  ) 

Accepts an incoming connection from a remote host

Author:
Elden Armbrust
Returns:
A connected CSocket object
Todo:
Complete this function.

bool net::CServerSocket::Listen ( int  port  ) 

Listens for incoming connections on a given port

Author:
Elden Armbrust
Parameters:
port And integer specifying the port to listen on
Returns:
A boolean value indicating whether the call was a success or not.
Todo:
Requires testing


The documentation for this class was generated from the following files:
Generated on Mon Jul 2 10:27:20 2007 for libAeon by  doxygen 1.5.1