bes
Updated for version 3.20.6
|
Public Member Functions | |
virtual bool | add_method (std::string method_name, p_transmitter trans_method) |
virtual void | dump (std::ostream &strm) const |
dumps information about this object More... | |
virtual p_transmitter | find_method (std::string method_name) |
virtual bool | remove_method (std::string method_name) |
virtual void | send_html (BESInfo &info, BESDataHandlerInterface &dhi) |
virtual void | send_response (const std::string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi) |
virtual void | send_text (BESInfo &info, BESDataHandlerInterface &dhi) |
Definition at line 47 of file BESTransmitter.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with the names of register transmit methods
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 132 of file BESTransmitter.cc.