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

Connection managers
[Socket Tools Library]

Collaboration diagram for Connection managers:

Detailed Description

Connection managers are how you build clients using The Server Framework.


Classes

class  CStreamSocketConnectionManagerCallback
 An object that implements the CStreamSocketConnectionManager callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...
class  CStreamSocketConnectionManagerCallback
 An object that implements the CStreamSocketConnectionManager callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...
class  CDispatchRestrictor
class  TDatagramSocketConnectionManager
 A connection manager for datagram sockets. More...
class  CDatagramSocketConnectionManagerBase
 A connection manager for datagram sockets. More...
class  CDatagramSocketConnectionManagerCallback
 An object that implements the CDatagramSocketConnectionManager callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...
class  CDatagramSocketServerCallback
 An object that implements the CIDatagramSocketServer callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...
class  CFilteringStreamSocketConnectionManagerBase
 A connection manager for stream sockets. More...
class  ICreateFilteredStreamSocketConnections
 An interface used to create outgoing stream socket connections. More...
class  ICreateStreamSocketConnections
 An interface used to create outgoing stream socket connections. More...
class  IDatagramSocketConnectionManagerCallback
 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  IMaintainStreamSocketConnections
 An interface used to create and maintain outgoing stream socket connections. More...
class  IStreamSocketConnectionManagerCallback
 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  TStreamSocketConnectionManager
 A connection manager for stream sockets. More...
class  CStreamSocketConnectionManagerBase
 A connection manager for stream sockets. More...
class  CStreamSocketConnectionManagerCallback
 An object that implements the CStreamSocketConnectionManager callback interface and does nothing. You can derive from this class and override just the functions that you need to. More...
class  CStreamSocketConnectionManagerCallback
 An object that implements the CStreamSocketConnectionManager 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