bes
Updated for version 3.17.0
|
#include <BESServerHandler.h>
Public Member Functions | |
virtual void | dump (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 messges.
Definition at line 50 of file BESServerHandler.h.
|
virtual |
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements ServerHandler.
Definition at line 312 of file BESServerHandler.cc.