tufao
1.3.0
An asynchronous web framework for C++ built on top of Qt
|
This is the complete list of members for Tufao::SimpleSessionStore, including all inherited members.
defaultInstance() | Tufao::SimpleSessionStore | static |
defaultSettings() | Tufao::SessionStore | static |
hasProperty(const HttpServerRequest &request, const HttpServerResponse &response, const QByteArray &key) const override | Tufao::SimpleSessionStore | virtual |
hasSession(const HttpServerRequest &request) const override | Tufao::SimpleSessionStore | virtual |
properties(const HttpServerRequest &request, const HttpServerResponse &response) const override | Tufao::SimpleSessionStore | virtual |
property(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key) const override | Tufao::SimpleSessionStore | virtual |
refreshInterval() const | Tufao::SimpleSessionStore | |
removeProperty(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key) override | Tufao::SimpleSessionStore | virtual |
removeSession(const HttpServerRequest &request, HttpServerResponse &response) override | Tufao::SimpleSessionStore | virtual |
resetSession(HttpServerRequest &request) const | Tufao::SessionStore | |
session(const HttpServerRequest &request) const | Tufao::SessionStore | protected |
session(const HttpServerRequest &request, const HttpServerResponse &response) const | Tufao::SessionStore | protected |
SessionStore(const SessionSettings &settings=defaultSettings(), QObject *parent=0) | Tufao::SessionStore | explicit |
setMacSecret(const QByteArray &secret) | Tufao::SessionStore | |
setProperty(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key, const QVariant &value) override | Tufao::SimpleSessionStore | virtual |
setRefreshInterval(int msecs) | Tufao::SimpleSessionStore | |
setSession(HttpServerResponse &response, const QByteArray &session) const | Tufao::SessionStore | protected |
settings | Tufao::SessionStore | protected |
SimpleSessionStore(const SessionSettings &settings=defaultSettings(), QObject *parent=0) | Tufao::SimpleSessionStore | explicit |
unsetSession(HttpServerResponse &response) const | Tufao::SessionStore | protected |
~SessionStore() | Tufao::SessionStore | |
~SimpleSessionStore() | Tufao::SimpleSessionStore |