#include <tsessionstore.h>
Static Public Member Functions |
| static int64_t | lifeTimeSecs () |
| |
The TSessionStore is an abstract class that stores HTTP sessions.
| TSessionStore::TSessionStore |
( |
| ) |
|
|
inline |
◆ ~TSessionStore()
| virtual TSessionStore::~TSessionStore |
( |
| ) |
|
|
inlinevirtual |
◆ find()
| TSession TSessionStore::find |
( |
const QByteArray & |
id | ) |
|
|
pure virtual |
◆ gc()
| virtual int TSessionStore::gc |
( |
const QDateTime & |
expire | ) |
|
|
pure virtual |
◆ lifeTimeSecs()
| int64_t TSessionStore::lifeTimeSecs |
( |
| ) |
|
|
static |
◆ remove()
| bool TSessionStore::remove |
( |
const QByteArray & |
id | ) |
|
|
pure virtual |
◆ store()
| bool TSessionStore::store |
( |
TSession & |
sesion | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: