OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESDapTransmit Class Reference

#include <BESDapTransmit.h>

Inheritance diagram for BESDapTransmit:
Inheritance graph
Collaboration diagram for BESDapTransmit:
Collaboration graph

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 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)
 
virtual ~BESDapTransmit ()
 

Static Public Member Functions

static void send_basic_dap4data (BESResponseObject *obj, BESDataHandlerInterface &dhi)
 
static void send_basic_das (BESResponseObject *obj, BESDataHandlerInterface &dhi)
 
static void send_basic_data (BESResponseObject *obj, BESDataHandlerInterface &dhi)
 
static void send_basic_dds (BESResponseObject *obj, BESDataHandlerInterface &dhi)
 
static void send_basic_ddx (BESResponseObject *obj, BESDataHandlerInterface &dhi)
 
static void send_basic_dmr (BESResponseObject *obj, BESDataHandlerInterface &dhi)
 

Detailed Description

Definition at line 42 of file BESDapTransmit.h.

Constructor & Destructor Documentation

BESDapTransmit::BESDapTransmit ( )
BESDapTransmit::~BESDapTransmit ( )
virtual

Definition at line 308 of file BESDapTransmit.cc.

References DAP4DATA_SERVICE, DAS_SERVICE, DATA_SERVICE, DDS_SERVICE, DDX_SERVICE, DMR_SERVICE, and BESTransmitter::remove_method().

Here is the call graph for this function:

Member Function Documentation

void BESBasicTransmitter::dump ( ostream &  strm) const
virtualinherited

dumps information about this object

Displays the pointer value of this instance

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

Reimplemented from BESTransmitter.

Reimplemented in BESBasicHttpTransmitter.

Definition at line 72 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)
virtualinherited

Definition at line 58 of file BESTransmitter.cc.

Referenced by BESTransmitter::send_response().

bool BESTransmitter::remove_method ( string  method_name)
virtualinherited
void BESDapTransmit::send_basic_dap4data ( BESResponseObject obj,
BESDataHandlerInterface dhi 
)
static

Definition at line 349 of file BESDapTransmit.cc.

Referenced by BESDapTransmit().

void BESDapTransmit::send_basic_das ( BESResponseObject obj,
BESDataHandlerInterface dhi 
)
static

Definition at line 319 of file BESDapTransmit.cc.

Referenced by BESDapTransmit().

void BESDapTransmit::send_basic_data ( BESResponseObject obj,
BESDataHandlerInterface dhi 
)
static

Definition at line 337 of file BESDapTransmit.cc.

Referenced by BESDapTransmit().

void BESDapTransmit::send_basic_dds ( BESResponseObject obj,
BESDataHandlerInterface dhi 
)
static

Definition at line 325 of file BESDapTransmit.cc.

Referenced by BESDapTransmit().

void BESDapTransmit::send_basic_ddx ( BESResponseObject obj,
BESDataHandlerInterface dhi 
)
static

Definition at line 331 of file BESDapTransmit.cc.

Referenced by BESDapTransmit().

void BESDapTransmit::send_basic_dmr ( BESResponseObject obj,
BESDataHandlerInterface dhi 
)
static

Definition at line 343 of file BESDapTransmit.cc.

Referenced by BESDapTransmit().

void BESBasicTransmitter::send_html ( BESInfo info,
BESDataHandlerInterface dhi 
)
virtualinherited
void BESBasicTransmitter::send_text ( BESInfo info,
BESDataHandlerInterface dhi 
)
virtualinherited

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