|
tufao
0.8.1
An asynchronous web framework for C++ built on top of Qt
|
This is the complete list of members for Tufao::SessionStore, including all inherited members.
| defaultSettings() | Tufao::SessionStore | static |
| hasProperty(const HttpServerRequest &request, const HttpServerResponse &response, const QByteArray &key) const =0 | Tufao::SessionStore | pure virtual |
| hasSession(const HttpServerRequest &request) const =0 | Tufao::SessionStore | pure virtual |
| properties(const HttpServerRequest &request, const HttpServerResponse &response) const =0 | Tufao::SessionStore | pure virtual |
| property(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key) const =0 | Tufao::SessionStore | pure virtual |
| removeProperty(const HttpServerRequest &request, HttpServerResponse &response, const QByteArray &key)=0 | Tufao::SessionStore | pure virtual |
| removeSession(const HttpServerRequest &request, HttpServerResponse &response)=0 | Tufao::SessionStore | pure 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)=0 | Tufao::SessionStore | pure virtual |
| setSession(HttpServerResponse &response, const QByteArray &session) const | Tufao::SessionStore | protected |
| settings | Tufao::SessionStore | protected |
| unsetSession(HttpServerResponse &response) const | Tufao::SessionStore | protected |
| ~SessionStore() | Tufao::SessionStore |