The C++ framework for developing highly scalable, high performance servers on Windows platforms.

Socket servers
[Socket Tools Library]

Collaboration diagram for Socket servers:

Detailed Description

Socket servers are how you build servers using The Server Framework.


Classes

class  TDatagramSocketServer
 A socket server for datagram sockets. More...
class  CDatagramSocketServerBase
 A socket server for datagram sockets. More...
class  IDatagramSocketServerCallback
 The socket server callback interface is composed from more specific interfaces using inheritance. This is purely to allow the framework to work in terms of the narrowest interface internally and does not affect the user of the code. This is, effectively, the first interface that the user would wish to implement. More...
class  IStreamSocketServerCallback
 The connection manager and socket server callback interfaces are composed from more specific interfaces using inheritance. This is purely to allow the framework to work in terms of the narrowest interface internally and does not affect the user of the code. Effectively the first interface that the user would wish to implement is at the IXXXConnectionManagerCallback level and above. More...
class  IStreamSocketServerExCallback
 The connection manager and socket server callback interfaces are composed from more specific interfaces using inheritance. This is purely to allow the framework to work in terms of the narrowest interface internally and does not affect the user of the code. Effectively the first interface that the user would wish to implement is at the IXXXConnectionManagerCallback level and above. More...
class  ISupportMulticast
 The interface used to support multicasting. More...
class  TMulticastDatagramHelper
 A socket server for datagram sockets. More...
class  TStreamSocketServer
 A socket server for stream sockets. Runs a thread to handle connection establishment using accept. More...
class  CStreamSocketServerCallback
 An object that implements the CStreamSocketServer callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...
class  TStreamSocketServerEx
 A socket serer for stream sockets. Uses AcceptEx to handle connection establishment, does not run a thread for connection establishment. Can not handle 'accept and read' connection establishment. More...
class  CStreamSocketServerExCallback
 An object that implements the CStreamSocketServerEx callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...


Generated on Sun Sep 12 19:06:55 2021 for The Server Framework - v7.4 by doxygen 1.5.3