A SEARCH request message. More...
#include <server_protocol.h>


Public Member Functions | |
| void | setSdQuerySize (int s) |
| void | addSdQueryField (const std::string &key, const std::string &value) |
|
const std::map< std::string, std::string > & | getQueryFields () const |
Public Member Functions inherited from net::RequestMessage | |
| RequestMessage (Command cmd) | |
| Command | getCommand () |
| void | setDssName (const std::string &name) |
| std::string | getDssName () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SearchRequest &msg) |
Additional Inherited Members | |
Protected Attributes inherited from net::RequestMessage | |
| Command | command |
| std::string | dssName |
A SEARCH request message.
A SEARCH request message is defined by the DSS name (like every RequestMessage) and by the number of query to the server.
1.8.8