BESBasicHttpTransmitter Class Reference

#include <BESBasicHttpTransmitter.h>

Inheritance diagram for BESBasicHttpTransmitter:
Inheritance graph
[legend]
Collaboration diagram for BESBasicHttpTransmitter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 38 of file BESBasicHttpTransmitter.h.


Constructor & Destructor Documentation

BESBasicHttpTransmitter::BESBasicHttpTransmitter (  )  [inline]

Definition at line 41 of file BESBasicHttpTransmitter.h.

virtual BESBasicHttpTransmitter::~BESBasicHttpTransmitter (  )  [inline, virtual]

Definition at line 42 of file BESBasicHttpTransmitter.h.


Member Function Documentation

bool BESTransmitter::add_method ( string  method_name,
p_transmitter  trans_method 
) [virtual, inherited]
void BESBasicHttpTransmitter::dump ( ostream &  strm  )  const [virtual]

dumps information about this object

Displays the pointer value of this instance

Parameters:
strm C++ i/o stream to dump the information to

Reimplemented from BESBasicTransmitter.

Definition at line 64 of file BESBasicHttpTransmitter.cc.

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

Here is the call graph for this function:

p_transmitter BESTransmitter::find_method ( string  method_name  )  [virtual, inherited]

Definition at line 63 of file BESTransmitter.cc.

Referenced by BESTransmitter::send_response().

bool BESTransmitter::remove_method ( string  method_name  )  [virtual, inherited]

Definition at line 50 of file BESTransmitter.cc.

void BESBasicHttpTransmitter::send_html ( BESInfo info,
BESDataHandlerInterface dhi 
) [virtual]

Reimplemented from BESBasicTransmitter.

Definition at line 47 of file BESBasicHttpTransmitter.cc.

References BESDataHandlerInterface::get_output_stream(), BESInfo::is_buffered(), and BESUtil::set_mime_html().

Here is the call graph for this function:

void BESTransmitter::send_response ( const string &  method,
BESResponseObject obj,
BESDataHandlerInterface dhi 
) [virtual, inherited]
void BESBasicHttpTransmitter::send_text ( BESInfo info,
BESDataHandlerInterface dhi 
) [virtual]

Reimplemented from BESBasicTransmitter.

Definition at line 38 of file BESBasicHttpTransmitter.cc.

References BESDataHandlerInterface::get_output_stream(), BESInfo::is_buffered(), and BESUtil::set_mime_text().

Here is the call graph for this function:


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

Generated on 19 Feb 2010 for OPeNDAP Hyrax Back End Server (BES) by  doxygen 1.6.1