#include <applicationsession.hpp>
This class is used to set configuration of the ApplicationSession
Definition at line 44 of file applicationsession.hpp.
| qi::ApplicationSession::Config::Config |
( |
| ) |
|
| qi::ApplicationSession::Config::~Config |
( |
| ) |
|
| const Url& qi::ApplicationSession::Config::defaultListenUrl |
( |
| ) |
const |
| bool qi::ApplicationSession::Config::defaultStandAlone |
( |
| ) |
const |
| const Url& qi::ApplicationSession::Config::defaultUrl |
( |
| ) |
const |
| const std::string& qi::ApplicationSession::Config::name |
( |
| ) |
const |
| Config& qi::ApplicationSession::Config::setDefaultListenUrl |
( |
const Url & |
listenUrl | ) |
|
Set default url to listen to If –qi-listen-url is set the session will listen on the provided url.
| Config& qi::ApplicationSession::Config::setDefaultStandAlone |
( |
bool |
standAlone | ) |
|
Set default value of standAlone if defaultUrl is set this function will throw. If –qi-standalone is set the session will automatically be standalone.
| Config& qi::ApplicationSession::Config::setDefaultUrl |
( |
const Url & |
url | ) |
|
Set default url to connect to If –qi-url is set the session will connect on the provided url.
| Config& qi::ApplicationSession::Config::setName |
( |
const std::string & |
name | ) |
|
The documentation for this class was generated from the following file: