bes
Updated for version 3.19.1
|
Public Member Functions | |
virtual bool | add_method (std::string method_name, p_transmitter trans_method) |
virtual void | dump (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 38 of file BESBasicHttpTransmitter.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Reimplemented from BESTransmitter.
Definition at line 59 of file BESBasicHttpTransmitter.cc.