bes
Updated for version 3.17.4
|
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)=0 |
virtual void | send_response (const string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi) |
virtual void | send_text (BESInfo &info, BESDataHandlerInterface &dhi)=0 |
Definition at line 48 of file BESTransmitter.h.
|
virtual |
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.
Reimplemented in BESBasicHttpTransmitter, and BESBasicTransmitter.
Definition at line 88 of file BESTransmitter.cc.