Simulacrum  1.2
Public Member Functions | Protected Member Functions | List of all members
Simulacrum::SServer Class Referenceabstract

#include <snet.h>

Inheritance diagram for Simulacrum::SServer:
Inheritance graph
Collaboration diagram for Simulacrum::SServer:
Collaboration graph

Public Member Functions

 SServer ()
 
virtual ~SServer ()
 
void start ()
 
void stop ()
 
void setPort (short port)
 
short port ()
 
void setMaxActiveHandlers (unsigned long)
 
unsigned long maxConnections ()
 
void wait ()
 
bool isRunning () const
 

Protected Member Functions

virtual void handleConnection (ssocket_t &)=0
 

Constructor & Destructor Documentation

◆ SServer()

SServer::SServer ( )

◆ ~SServer()

SServer::~SServer ( )
virtual

Member Function Documentation

◆ handleConnection()

virtual void Simulacrum::SServer::handleConnection ( ssocket_t &  )
protectedpure virtual

Implemented in Simulacrum::SDICOM_Server.

◆ isRunning()

bool SServer::isRunning ( ) const

◆ maxConnections()

long unsigned int SServer::maxConnections ( )

◆ port()

short int SServer::port ( )

◆ setMaxActiveHandlers()

void SServer::setMaxActiveHandlers ( unsigned long  )

◆ setPort()

void SServer::setPort ( short  port)

◆ start()

void SServer::start ( )

◆ stop()

void SServer::stop ( )

◆ wait()

void SServer::wait ( )

The documentation for this class was generated from the following files:
Simulacrum Project