|
bes
Updated for version 3.17.1
|

Public Member Functions | |
| virtual bool | add_method (string method_name, p_transmitter trans_method) |
| virtual void | dump (ostream &strm) const |
| dumps information about this object More... | |
| virtual p_transmitter | find_method (string method_name) |
| virtual bool | remove_method (string method_name) |
| virtual void | send_html (BESInfo &info, BESDataHandlerInterface &dhi) |
| virtual void | send_response (const string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi) |
| virtual void | send_text (BESInfo &info, BESDataHandlerInterface &dhi) |
Definition at line 38 of file BESBasicHttpTransmitter.h.
|
virtual |
Displays the pointer value of this instance
| strm | C++ i/o stream to dump the information to |
Reimplemented from BESBasicTransmitter.
Definition at line 59 of file BESBasicHttpTransmitter.cc.
References BESBasicTransmitter::dump().