bes Updated for version 3.20.13
BESServerHandler Class Reference

#include <BESServerHandler.h>

Collaboration diagram for BESServerHandler:
Collaboration graph

Public Member Functions

void dump (std::ostream &strm) const override
 dumps information about this object
 
void handle (Connection *c) override
 

Detailed Description

This class and the ServerApp class are main code for the beslistener. The besdaemon is made from the code in daemon.cc along with DaemonCommandHandler and BESXMLWriter. Both programs use common code in BESServerUtils which provides two functions for info and usage messages.

Definition at line 48 of file BESServerHandler.h.

Constructor & Destructor Documentation

◆ BESServerHandler()

BESServerHandler::BESServerHandler ( )

Definition at line 70 of file BESServerHandler.cc.

Member Function Documentation

◆ dump()

void BESServerHandler::dump ( std::ostream &  strm) const
overridevirtual

dumps information about this object

Displays the pointer value of this instance

Parameters
strmC++ i/o stream to dump the information to

Implements ServerHandler.

Definition at line 258 of file BESServerHandler.cc.

◆ handle()

void BESServerHandler::handle ( Connection c)
overridevirtual

Implements ServerHandler.

Definition at line 96 of file BESServerHandler.cc.


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