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

A SEARCH request message. More...

#include <server_protocol.h>

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

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
 

Detailed Description

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.


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