bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <BESServerHandler.h>
Public Member Functions | |
void | dump (std::ostream &strm) const override |
dumps information about this object | |
void | handle (Connection *c) override |
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.
BESServerHandler::BESServerHandler | ( | ) |
Definition at line 70 of file BESServerHandler.cc.
|
overridevirtual |
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 259 of file BESServerHandler.cc.
|
overridevirtual |
Implements ServerHandler.
Definition at line 96 of file BESServerHandler.cc.