SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <httpsessionssettings.h>
Public Member Functions | |
HttpSessionsSettings () | |
void | resetToDefaults () |
Public Attributes | |
int | expirationTime |
QString | cookieName |
QString | cookiePath |
QString | cookieComment |
QString | cookieDomain |
Definition at line 13 of file httpsessionssettings.h.
|
inline |
Definition at line 21 of file httpsessionssettings.h.
References resetToDefaults().
|
inline |
Definition at line 25 of file httpsessionssettings.h.
Referenced by HttpSessionsSettings().
QString qtwebapp::HttpSessionsSettings::cookieComment |
Definition at line 18 of file httpsessionssettings.h.
Referenced by qtwebapp::HttpSessionStore::getSession().
QString qtwebapp::HttpSessionsSettings::cookieDomain |
Definition at line 19 of file httpsessionssettings.h.
Referenced by qtwebapp::HttpSessionStore::getSession().
QString qtwebapp::HttpSessionsSettings::cookieName |
Definition at line 16 of file httpsessionssettings.h.
Referenced by qtwebapp::HttpSessionStore::getSession(), and qtwebapp::HttpSessionStore::HttpSessionStore().
QString qtwebapp::HttpSessionsSettings::cookiePath |
Definition at line 17 of file httpsessionssettings.h.
Referenced by qtwebapp::HttpSessionStore::getSession().
int qtwebapp::HttpSessionsSettings::expirationTime |
Definition at line 15 of file httpsessionssettings.h.
Referenced by qtwebapp::HttpSessionStore::HttpSessionStore().