|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <DaemonCommandHandler.h>


Public Member Functions | |
| DaemonCommandHandler (const string &config) | |
| virtual void | dump (ostream &strm) const |
| dumps information about this object More... | |
| string | get_config_file () |
| virtual void | handle (Connection *c) |
| void | set_config_file (const string &config) |
| virtual | ~DaemonCommandHandler () |
Definition at line 43 of file DaemonCommandHandler.h.
| DaemonCommandHandler::DaemonCommandHandler | ( | const string & | config | ) |
Definition at line 133 of file DaemonCommandHandler.cc.
References BESDEBUG, BESKeys::get_value(), BESKeys::get_values(), BESDebug::IsSet(), and TheBESKeys::TheKeys().

|
inlinevirtual |
Definition at line 77 of file DaemonCommandHandler.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 1010 of file DaemonCommandHandler.cc.
References BESIndent::LMarg().

|
inline |
Definition at line 79 of file DaemonCommandHandler.h.
|
virtual |
Implements ServerHandler.
Definition at line 910 of file DaemonCommandHandler.cc.
References BES_INTERNAL_ERROR, BES_INTERNAL_FATAL_ERROR, BES_SYNTAX_USER_ERROR, BESDEBUG, Connection::exit(), PPTStreamBuf::finish(), BESXMLWriter::get_doc(), BESError::get_error_type(), BESError::get_message(), Socket::getIp(), Socket::getPort(), Connection::getSendChunkSize(), Connection::getSocket(), Socket::getSocketDescriptor(), Connection::receive(), and Connection::sendExtensions().

|
inline |
Definition at line 80 of file DaemonCommandHandler.h.