Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

SocketServer Class Reference

#include <SocketServer.h>

List of all members.

Public Methods

 SocketServer (const int port, int maxNumConnections)
Socketaccept ()=0


Detailed Description

Abstract base class for blocking socket servers. Known children: ISocketServer, SSLSocketServer (unimplemented)
Author:
Denis de Leeuw Duarte


Constructor & Destructor Documentation

SocketServer::SocketServer const int    port,
int    maxNumConnections
[inline]
 

Creates the socket server.


Member Function Documentation

Socket* SocketServer::accept   [pure virtual]
 

Block and wait for new connections.

Returns:
pointer to a new Socket. The caller should delete it.


The documentation for this class was generated from the following files:
Generated on Wed Feb 18 13:45:57 2004 for strongroom by doxygen1.2.18