qx::QxHttpSession : HTTP session (https://www.qxorm.com/qxorm_en/manual.html#manual_998)
More...
#include <QxHttpSession.h>
|
| QByteArray | id () |
| |
| QDateTime | lastAccess () |
| |
| void | lastAccess (const QDateTime &dt) |
| |
| QVariant | get (const QByteArray &key) |
| |
| void | set (const QByteArray &key, const QVariant &value) |
| |
| QHash< QByteArray, QVariant > | getAll () |
| |
| void | remove (const QByteArray &key) |
| |
| void | clear () |
| |
|
| std::unique_ptr< QxHttpSessionImpl > | m_pImpl |
| | Private implementation idiom.
|
| |
◆ QxHttpSession()
| qx::QxHttpSession::QxHttpSession |
( |
| ) |
|
|
private |
◆ ~QxHttpSession()
| qx::QxHttpSession::~QxHttpSession |
( |
| ) |
|
|
private |
◆ clear()
| void qx::QxHttpSession::clear |
( |
| ) |
|
◆ get()
| QVariant qx::QxHttpSession::get |
( |
const QByteArray & | key | ) |
|
◆ getAll()
| QHash< QByteArray, QVariant > qx::QxHttpSession::getAll |
( |
| ) |
|
◆ id()
| QByteArray qx::QxHttpSession::id |
( |
| ) |
|
◆ lastAccess() [1/2]
| QDateTime qx::QxHttpSession::lastAccess |
( |
| ) |
|
◆ lastAccess() [2/2]
| void qx::QxHttpSession::lastAccess |
( |
const QDateTime & | dt | ) |
|
◆ remove()
| void qx::QxHttpSession::remove |
( |
const QByteArray & | key | ) |
|
◆ set()
| void qx::QxHttpSession::set |
( |
const QByteArray & | key, |
|
|
const QVariant & | value ) |
◆ qx::QxHttpSessionManager
◆ m_pImpl
| std::unique_ptr<QxHttpSessionImpl> qx::QxHttpSession::m_pImpl |
|
private |
The documentation for this class was generated from the following file: