rasdaman complete source
|
#include <rnpembedded.hh>
Public Member Functions | |
HttpRnpCarrier () throw () | |
Default constructor. More... | |
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 () |
Writes the header into the buffer. More... | |
![]() | |
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... | |
The HTTP-carrier
rnp::HttpRnpCarrier::HttpRnpCarrier | ( | ) | ||
throw | ( | |||
) |
Default constructor.
|
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 |
Writes the header into the buffer.
Reimplemented from rnp::RnpCarrier.