man socketport.h (Fonctions bibliothèques) - Network service framework and design pattern.
NAME
socketport.h - Network service framework and design pattern.
SYNOPSIS
#include <cc++/address.h>
#include <cc++/socket.h>
Namespaces
namespace ost
Classes
class ost::SocketPort
The socket port is an internal class which is attached to and then serviced by a specific SocketService 'object'.base class for realtime and thread pool serviced protocols.
class ost::SocketService
The SocketService is a thread pool object that is meant to service attached socket ports.Thread pool service object for socket ports.
Variables
__EXPORT ost::SocketPort
__EXPORT ost::SocketService
Detailed Description
Network service framework and design pattern.
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.