A generic request message of the protocol. More...
#include <server_protocol.h>
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) |
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.