bes  Updated for version 3.20.6
BESServerHandler Class Reference

#include <BESServerHandler.h>

Collaboration diagram for BESServerHandler:
Collaboration graph

Public Member Functions

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

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.

Member Function Documentation

◆ dump()

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

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 262 of file BESServerHandler.cc.


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