man Server () - Server classes are used for threaded entities such as network management interfaces, which may be started and stopped under server control. threaded server service.
NAME
Server - Server classes are used for threaded entities such as network management interfaces, which may be started and stopped under server control. threaded server service.
SYNOPSIS
#include <bayonne.h>
Protected Member Functions
Server (int pri)
virtual void stop (void)
Used for stopServers call interface.
Friends
void startServers (void)
void stopServers (void)
Detailed Description
Server classes are used for threaded entities such as network management interfaces, which may be started and stopped under server control. threaded server service.
Sometimes server is mixed into other dso classes to stabilize start/stop of service threads.
Author: David Sugar <dyfet@ostel.com>
Member Function Documentation
virtual void Server::stop (void) [inline, protected, virtual]
Used for stopServers call interface.
Author
Generated automatically by Doxygen for Bayonne from the source code.