bes
Updated for version 3.20.6
|
#include <BESServerHandler.h>
Public Member Functions | |
virtual void | dump (std::ostream &strm) const |
dumps information about this object More... | |
virtual void | handle (Connection *c) |
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.
|
virtual |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements ServerHandler.
Definition at line 262 of file BESServerHandler.cc.