33 #ifndef I_BESStreamResponseHandler_h
34 #define I_BESStreamResponseHandler_h 1
48 virtual void dump( ostream &strm )
const ;
53 #endif // I_BESStreamResponseHandler_h
static BESResponseHandler * BESStreamResponseBuilder(const string &name)
virtual void execute(BESDataHandlerInterface &r)
executes the command 'get file ;' by streaming the specified file
handler object that knows how to create a specific response object
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &r)
transmit the file, streaming it back to the client
virtual ~BESStreamResponseHandler(void)
Structure storing information used by the BES to handle the request.
virtual void dump(ostream &strm) const
dumps information about this object
BESStreamResponseHandler(const string &name)