|
tufao
0.8.1
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 | Tufao::SimpleSessionStore | virtual |
| hasSession(const HttpServerRequest &request) const | Tufao::SimpleSessionStore | virtual |
| properties(const HttpServerRequest &request, const HttpServerResponse &response) const | Tufao::SimpleSessionStore | virtual |
| property(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key) const | Tufao::SimpleSessionStore | virtual |
| refreshInterval() const | Tufao::SimpleSessionStore | |
| removeProperty(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key) | Tufao::SimpleSessionStore | virtual |
| removeSession(const HttpServerRequest &request, HttpServerResponse &response) | 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) | 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 |