All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | Friends | List of all members
net::GetResponse Class Reference

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>

Inheritance diagram for net::GetResponse:
Inheritance graph
[legend]
Collaboration diagram for net::GetResponse:
Collaboration graph
[legend]

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
 

Detailed Description

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.


The documentation for this class was generated from the following files: