tufao  0.8.1
An asynchronous web framework for C++ built on top of Qt
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Tufao::SessionStore Member List

This is the complete list of members for Tufao::SessionStore, including all inherited members.

defaultSettings()Tufao::SessionStorestatic
hasProperty(const HttpServerRequest &request, const HttpServerResponse &response, const QByteArray &key) const =0Tufao::SessionStorepure virtual
hasSession(const HttpServerRequest &request) const =0Tufao::SessionStorepure virtual
properties(const HttpServerRequest &request, const HttpServerResponse &response) const =0Tufao::SessionStorepure virtual
property(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key) const =0Tufao::SessionStorepure virtual
removeProperty(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key)=0Tufao::SessionStorepure virtual
removeSession(const HttpServerRequest &request, HttpServerResponse &response)=0Tufao::SessionStorepure virtual
resetSession(HttpServerRequest &request) const Tufao::SessionStore
session(const HttpServerRequest &request) const Tufao::SessionStoreprotected
session(const HttpServerRequest &request, const HttpServerResponse &response) const Tufao::SessionStoreprotected
SessionStore(const SessionSettings &settings=defaultSettings(), QObject *parent=0)Tufao::SessionStoreexplicit
setMacSecret(const QByteArray &secret)Tufao::SessionStore
setProperty(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key, const QVariant &value)=0Tufao::SessionStorepure virtual
setSession(HttpServerResponse &response, const QByteArray &session) const Tufao::SessionStoreprotected
settingsTufao::SessionStoreprotected
unsetSession(HttpServerResponse &response) const Tufao::SessionStoreprotected
~SessionStore()Tufao::SessionStore