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

A generic request message of the protocol. More...

#include <server_protocol.h>

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

Public Member Functions

 RequestMessage (Command cmd)
 
Command getCommand ()
 
void setDssName (const std::string &name)
 
std::string getDssName () const
 

Protected Attributes

Command command
 
std::string dssName
 

Friends

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

Detailed Description

A generic request message of the protocol.

A request message is defined by a specific command and by the DSS name provided by the client for the server operation.


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