rasdaman complete source
|
#include <rnpembedded.hh>
Public Member Functions | |
BadRnpCarrier () throw () | |
int | getRequestHeaderLength () throw () |
Returns the length of the request header. More... | |
int | getAnswerHeaderLength () throw () |
Returns the length of the answer header. More... | |
void | putHeader (akg::CommBuffer *) throw () |
![]() | |
RnpCarrier () throw () | |
Default constructor. More... | |
virtual | ~RnpCarrier () throw () |
Virtual destructor. More... | |
RnpTransport::CarrierProtocol | getType () throw () |
Returns the type of the object. More... | |
Additional Inherited Members | |
![]() | |
RnpTransport::CarrierProtocol | type |
The type of the carrier. More... | |
bool | requestHeader |
Flag for 'putHeader' to know which header to write. More... | |
A 'bad carrier', just for testing purposes
rnp::BadRnpCarrier::BadRnpCarrier | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Returns the length of the answer header.
Reimplemented from rnp::RnpCarrier.
|
virtual |
Returns the length of the request header.
Reimplemented from rnp::RnpCarrier.
|
virtual |
Write the header directly into the reserved space of the buffer, since the rest of the message is already there
Reimplemented from rnp::RnpCarrier.