#include <BESDapTransmit.h>
Inheritance diagram for BESDapTransmit:
Public Member Functions | |
virtual bool | add_method (string method_name, p_transmitter trans_method) |
BESDapTransmit () | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
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) |
virtual | ~BESDapTransmit () |
Static Public Member Functions | |
static void | send_basic_das (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_data (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_dataddx (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_dds (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_ddx (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
Definition at line 41 of file BESDapTransmit.h.
BESDapTransmit::BESDapTransmit | ( | ) |
Definition at line 53 of file BESDapTransmit.cc.
References BESTransmitter::add_method(), DAS_SERVICE, DATA_SERVICE, DATADDX_SERVICE, DDS_SERVICE, DDX_SERVICE, send_basic_das(), send_basic_data(), send_basic_dataddx(), send_basic_dds(), and send_basic_ddx().
Here is the call graph for this function:
virtual BESDapTransmit::~BESDapTransmit | ( | ) | [inline, virtual] |
Definition at line 45 of file BESDapTransmit.h.
bool BESTransmitter::add_method | ( | string | method_name, | |
p_transmitter | trans_method | |||
) | [virtual, inherited] |
void BESBasicTransmitter::dump | ( | ostream & | strm | ) | const [virtual, inherited] |
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.
Reimplemented in BESBasicHttpTransmitter.
Definition at line 83 of file BESBasicTransmitter.cc.
References BESTransmitter::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
Referenced by BESBasicHttpTransmitter::dump().
Here is the call graph for this function:
p_transmitter BESTransmitter::find_method | ( | string | method_name | ) | [virtual, inherited] |
bool BESTransmitter::remove_method | ( | string | method_name | ) | [virtual, inherited] |
Definition at line 50 of file BESTransmitter.cc.
void BESDapTransmit::send_basic_das | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 64 of file BESDapTransmit.cc.
References BESDataHandlerInterface::container, BESDataHandlerInterface::first_container(), BESContextManager::get_context(), BESDASResponse::get_das(), BESDataHandlerInterface::get_output_stream(), BESContainer::get_real_name(), and BESContextManager::TheManager().
Referenced by BESDapTransmit().
Here is the call graph for this function:
void BESDapTransmit::send_basic_data | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 149 of file BESDapTransmit.cc.
References BESDataHandlerInterface::data, BESDataHandlerInterface::first_container(), BESDataDDSResponse::get_ce(), BESContextManager::get_context(), BESDataDDSResponse::get_dds(), BESDataHandlerInterface::get_output_stream(), POST_CONSTRAINT, and BESContextManager::TheManager().
Referenced by BESDapTransmit().
Here is the call graph for this function:
void BESDapTransmit::send_basic_dataddx | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 235 of file BESDapTransmit.cc.
References BESDEBUG, BESDataHandlerInterface::data, DATADDX_BOUNDARY, DATADDX_STARTID, BESDataHandlerInterface::first_container(), BESDataDDSResponse::get_ce(), BESContextManager::get_context(), BESDataDDSResponse::get_dds(), BESDataHandlerInterface::get_output_stream(), POST_CONSTRAINT, and BESContextManager::TheManager().
Referenced by BESDapTransmit().
Here is the call graph for this function:
void BESDapTransmit::send_basic_dds | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 106 of file BESDapTransmit.cc.
References BESDataHandlerInterface::container, BESDataHandlerInterface::data, BESDataHandlerInterface::first_container(), BESDDSResponse::get_ce(), BESContextManager::get_context(), BESDDSResponse::get_dds(), BESDataHandlerInterface::get_output_stream(), BESContainer::get_real_name(), POST_CONSTRAINT, and BESContextManager::TheManager().
Referenced by BESDapTransmit().
Here is the call graph for this function:
void BESDapTransmit::send_basic_ddx | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 192 of file BESDapTransmit.cc.
References BESDataHandlerInterface::container, BESDataHandlerInterface::data, BESDataHandlerInterface::first_container(), BESDDSResponse::get_ce(), BESContextManager::get_context(), BESDDSResponse::get_dds(), BESDataHandlerInterface::get_output_stream(), BESContainer::get_real_name(), POST_CONSTRAINT, and BESContextManager::TheManager().
Referenced by BESDapTransmit().
Here is the call graph for this function:
void BESBasicTransmitter::send_html | ( | BESInfo & | info, | |
BESDataHandlerInterface & | dhi | |||
) | [virtual, inherited] |
Implements BESTransmitter.
Reimplemented in BESBasicHttpTransmitter.
Definition at line 59 of file BESBasicTransmitter.cc.
References BESContextManager::get_context(), BESDataHandlerInterface::get_output_stream(), BESInfo::is_buffered(), BESInfo::print(), BESUtil::set_mime_html(), and BESContextManager::TheManager().
Referenced by BESBasicHttpTransmitter::send_html().
Here is the call graph for this function:
void BESTransmitter::send_response | ( | const string & | method, | |
BESResponseObject * | obj, | |||
BESDataHandlerInterface & | dhi | |||
) | [virtual, inherited] |
Definition at line 76 of file BESTransmitter.cc.
References BESTransmitter::find_method().
Referenced by BESDDXResponseHandler::transmit(), BESDDSResponseHandler::transmit(), BESDataResponseHandler::transmit(), BESDataDDXResponseHandler::transmit(), and BESDASResponseHandler::transmit().
Here is the call graph for this function:
void BESBasicTransmitter::send_text | ( | BESInfo & | info, | |
BESDataHandlerInterface & | dhi | |||
) | [virtual, inherited] |
Implements BESTransmitter.
Reimplemented in BESBasicHttpTransmitter.
Definition at line 41 of file BESBasicTransmitter.cc.
References BESContextManager::get_context(), BESDataHandlerInterface::get_output_stream(), BESInfo::is_buffered(), BESInfo::print(), BESUtil::set_mime_text(), and BESContextManager::TheManager().
Referenced by BESBasicHttpTransmitter::send_text().
Here is the call graph for this function: