A response message to GET requests. A response message to GET requests is defined by the SetDescriptor and by the DataItems of the requested DataSet. More...
#include <client_protocol.h>


Public Member Functions | |
| GetResponse (ResponseCode code) | |
| void | setSdSize (int s) |
| int | getSdSize () const |
| void | setSequenceNumber (int sn) |
| int | getSequenceNumber () const |
| void | setFilesNumber (int n) |
| int | getFilesNumber () const |
|
const std::map< std::string, std::string > & | getSdFields () const |
|
const std::map< std::string, std::string > & | getDataItems () const |
|
std::map< std::string, std::string > & | getDataItems () |
| void | addSetDescriptorField (const std::string &key, const std::string &value) |
| void | addDataItem (const std::string &itemName, const std::string &itemFile) |
Public Member Functions inherited from net::ResponseMessage | |
| ResponseMessage (ResponseCode code) | |
| ResponseCode | getResponseCode () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const GetResponse &msg) |
Additional Inherited Members | |
Protected Attributes inherited from net::ResponseMessage | |
| ResponseCode | responseCode |
A response message to GET requests. A response message to GET requests is defined by the SetDescriptor and by the DataItems of the requested DataSet.
1.8.8