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

A generic response message of the protocol. A response message is defined by a return code which specifies whether the request has been accepted or there has been an error. More...

#include <client_protocol.h>

Inheritance diagram for net::ResponseMessage:
Inheritance graph
[legend]

Public Member Functions

 ResponseMessage (ResponseCode code)
 
ResponseCode getResponseCode () const
 

Protected Attributes

ResponseCode responseCode
 

Friends

std::ostream & operator<< (std::ostream &os, const ResponseMessage &msg)
 

Detailed Description

A generic response message of the protocol. A response message is defined by a return code which specifies whether the request has been accepted or there has been an error.


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