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... |