KIOSlave
#include <kcookiejar.h>
|
| | KHttpCookie (const QString &_host=QString(), const QString &_domain=QString(), const QString &_path=QString(), const QString &_name=QString(), const QString &_value=QString(), qint64 _expireDate=0, int _protocolVersion=0, bool _secure=false, bool _httpOnly=false, bool _explicitPath=false) |
| |
| QString | domain () const |
| |
| qint64 | expireDate () const |
| |
| void | fixDomain (const QString &domain) |
| |
| KCookieAdvice | getUserSelectedAdvice () const |
| |
| bool | hasExplicitPath () const |
| |
| QString | host () const |
| |
| bool | isCrossDomain () const |
| |
| bool | isExpired (qint64 currentDate=-1) const |
| |
| bool | isHttpOnly () const |
| |
| bool | isSecure () const |
| |
| bool | match (const QString &fqdn, const QStringList &domainList, const QString &path, int port=-1) const |
| |
| QString | name () const |
| |
| QString | path () const |
| |
| const QList< int > & | ports () const |
| |
| int | protocolVersion () const |
| |
| void | setUserSelectedAdvice (KCookieAdvice advice) |
| |
| QString | value () const |
| |
| QList< long > & | windowIds () |
| |
| const QList< long > & | windowIds () const |
| |
Definition at line 49 of file kcookiejar.h.
◆ KHttpCookie()
| KHttpCookie::KHttpCookie |
( |
const QString & |
_host = QString(), |
|
|
const QString & |
_domain = QString(), |
|
|
const QString & |
_path = QString(), |
|
|
const QString & |
_name = QString(), |
|
|
const QString & |
_value = QString(), |
|
|
qint64 |
_expireDate = 0, |
|
|
int |
_protocolVersion = 0, |
|
|
bool |
_secure = false, |
|
|
bool |
_httpOnly = false, |
|
|
bool |
_explicitPath = false |
|
) |
| |
|
explicit |
◆ cookieStr()
| QString KHttpCookie::cookieStr |
( |
bool |
useDOMFormat | ) |
const |
|
protected |
◆ domain()
| QString KHttpCookie::domain |
( |
| ) |
const |
|
inline |
◆ expireDate()
| qint64 KHttpCookie::expireDate |
( |
| ) |
const |
|
inline |
◆ fixDomain()
| void KHttpCookie::fixDomain |
( |
const QString & |
domain | ) |
|
|
inline |
◆ getUserSelectedAdvice()
◆ hasExplicitPath()
| bool KHttpCookie::hasExplicitPath |
( |
| ) |
const |
|
inline |
◆ host()
| QString KHttpCookie::host |
( |
| ) |
const |
|
inline |
◆ isCrossDomain()
| bool KHttpCookie::isCrossDomain |
( |
| ) |
const |
|
inline |
◆ isExpired()
| bool KHttpCookie::isExpired |
( |
qint64 |
currentDate = -1 | ) |
const |
If currentDate is -1, the default, then the current timestamp in UTC is used for comparison against this cookie's expiration date.
Definition at line 196 of file kcookiejar.cpp.
◆ isHttpOnly()
| bool KHttpCookie::isHttpOnly |
( |
| ) |
const |
|
inline |
◆ isSecure()
| bool KHttpCookie::isSecure |
( |
| ) |
const |
|
inline |
◆ match()
| bool KHttpCookie::match |
( |
const QString & |
fqdn, |
|
|
const QStringList & |
domainList, |
|
|
const QString & |
path, |
|
|
int |
port = -1 |
|
) |
| const |
◆ name()
| QString KHttpCookie::name |
( |
| ) |
const |
|
inline |
◆ path()
| QString KHttpCookie::path |
( |
| ) |
const |
|
inline |
◆ ports()
| const QList<int>& KHttpCookie::ports |
( |
| ) |
const |
|
inline |
◆ protocolVersion()
| int KHttpCookie::protocolVersion |
( |
| ) |
const |
|
inline |
◆ setUserSelectedAdvice()
◆ value()
| QString KHttpCookie::value |
( |
| ) |
const |
|
inline |
◆ windowIds() [1/2]
| QList<long>& KHttpCookie::windowIds |
( |
| ) |
|
|
inline |
◆ windowIds() [2/2]
| const QList<long>& KHttpCookie::windowIds |
( |
| ) |
const |
|
inline |
◆ operator<<
◆ mCrossDomain
| bool KHttpCookie::mCrossDomain |
|
protected |
◆ mDomain
| QString KHttpCookie::mDomain |
|
protected |
◆ mExpireDate
| qint64 KHttpCookie::mExpireDate |
|
protected |
◆ mExplicitPath
| bool KHttpCookie::mExplicitPath |
|
protected |
◆ mHost
| QString KHttpCookie::mHost |
|
protected |
◆ mHttpOnly
| bool KHttpCookie::mHttpOnly |
|
protected |
◆ mName
| QString KHttpCookie::mName |
|
protected |
◆ mPath
| QString KHttpCookie::mPath |
|
protected |
◆ mPorts
| QList<int> KHttpCookie::mPorts |
|
protected |
◆ mProtocolVersion
| int KHttpCookie::mProtocolVersion |
|
protected |
◆ mSecure
| bool KHttpCookie::mSecure |
|
protected |
◆ mUserSelectedAdvice
◆ mValue
| QString KHttpCookie::mValue |
|
protected |
◆ mWindowIds
| QList<long> KHttpCookie::mWindowIds |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:03:43 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.