|
bitz-server
1.0.0
|
Public Member Functions | |
| Response (ResponseHeader *response_header=NULL) | |
| Response (ResponseHeader::status_t status) | |
| ResponseHeader *const | header () const throw () |
| void | payload (payload_t payload) throw () |
| const payload_t & | payload () const throw () |
| ResponseHeader *const icap::Response::header | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Return the response header
| void icap::Response::payload | ( | payload_t | payload | ) | |
| throw | ( | ||||
| ) | |||||
Set the payload data for this response instance from a icap::payload_t data structure
| payload | payload data structure |
| const payload_t & icap::Response::payload | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Return the payload data for this response instance
1.8.11