OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESTransmitter Class Referenceabstract

#include <BESTransmitter.h>

Inheritance diagram for BESTransmitter:
Inheritance graph
Collaboration diagram for BESTransmitter:
Collaboration graph

Public Member Functions

virtual bool add_method (string method_name, p_transmitter trans_method)
 
 BESTransmitter ()
 
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
 
virtual ~BESTransmitter ()
 

Detailed Description

Definition at line 48 of file BESTransmitter.h.

Constructor & Destructor Documentation

◆ BESTransmitter()

BESTransmitter::BESTransmitter ( )
inline

Definition at line 56 of file BESTransmitter.h.

◆ ~BESTransmitter()

virtual BESTransmitter::~BESTransmitter ( )
inlinevirtual

Definition at line 57 of file BESTransmitter.h.

References add_method(), dump(), find_method(), remove_method(), send_html(), send_response(), and send_text().

Here is the call graph for this function:

Member Function Documentation

◆ add_method()

bool BESTransmitter::add_method ( string  method_name,
p_transmitter  trans_method 
)
virtual

Definition at line 37 of file BESTransmitter.cc.

Referenced by BESDapTransmit::BESDapTransmit(), and ~BESTransmitter().

◆ dump()

void BESTransmitter::dump ( ostream &  strm) const
virtual

dumps information about this object

Displays the pointer value of this instance along with the names of register transmit methods

Parameters
strmC++ i/o stream to dump the information to

Implements BESObj.

Reimplemented in BESBasicHttpTransmitter, and BESBasicTransmitter.

Definition at line 101 of file BESTransmitter.cc.

References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

Referenced by BESBasicTransmitter::dump(), BESInterface::dump(), and ~BESTransmitter().

Here is the call graph for this function:

◆ find_method()

p_transmitter BESTransmitter::find_method ( string  method_name)
virtual

Definition at line 63 of file BESTransmitter.cc.

Referenced by send_response(), and ~BESTransmitter().

◆ remove_method()

bool BESTransmitter::remove_method ( string  method_name)
virtual

Definition at line 50 of file BESTransmitter.cc.

Referenced by ~BESTransmitter().

◆ send_html()

virtual void BESTransmitter::send_html ( BESInfo info,
BESDataHandlerInterface dhi 
)
pure virtual

◆ send_response()

void BESTransmitter::send_response ( const string &  method,
BESResponseObject obj,
BESDataHandlerInterface dhi 
)
virtual

◆ send_text()

virtual void BESTransmitter::send_text ( BESInfo info,
BESDataHandlerInterface dhi 
)
pure virtual

The documentation for this class was generated from the following files: