kioslave
KHttpCookie Class Reference
#include <kcookiejar.h>
Public Member Functions | |
QString | domain (void) |
time_t | expireDate (void) |
void | fixDomain (const QString &domain) |
bool | hasExplicitPath (void) |
QString | host (void) |
bool | isCrossDomain (void) |
bool | isExpired (time_t currentDate) |
bool | isHttpOnly (void) |
bool | isSecure (void) |
KHttpCookie (const QString &_host=QString::null, const QString &_domain=QString::null, const QString &_path=QString::null, const QString &_name=QString::null, const QString &_value=QString::null, time_t _expireDate=0, int _protocolVersion=0, bool _secure=false, bool _httpOnly=false, bool _explicitPath=false) | |
bool | match (const QString &fqdn, const QStringList &domainList, const QString &path) |
QString | name (void) |
QString | path (void) |
int | protocolVersion (void) |
QString | value (void) |
QValueList< long > & | windowIds (void) |
Protected Member Functions | |
QString | cookieStr (bool useDOMFormat) |
Protected Attributes | |
bool | mCrossDomain |
QString | mDomain |
time_t | mExpireDate |
bool | mExplicitPath |
QString | mHost |
bool | mHttpOnly |
QString | mName |
QString | mPath |
int | mProtocolVersion |
bool | mSecure |
QString | mValue |
QValueList< long > | mWindowIds |
Detailed Description
Definition at line 49 of file kcookiejar.h.
Constructor & Destructor Documentation
KHttpCookie::KHttpCookie | ( | const QString & | _host = QString::null , |
|
const QString & | _domain = QString::null , |
|||
const QString & | _path = QString::null , |
|||
const QString & | _name = QString::null , |
|||
const QString & | _value = QString::null , |
|||
time_t | _expireDate = 0 , |
|||
int | _protocolVersion = 0 , |
|||
bool | _secure = false , |
|||
bool | _httpOnly = false , |
|||
bool | _explicitPath = false | |||
) |
Definition at line 131 of file kcookiejar.cpp.
Member Function Documentation
QString KHttpCookie::cookieStr | ( | bool | useDOMFormat | ) | [protected] |
Definition at line 165 of file kcookiejar.cpp.
QString KHttpCookie::domain | ( | void | ) | [inline] |
Definition at line 82 of file kcookiejar.h.
time_t KHttpCookie::expireDate | ( | void | ) | [inline] |
Definition at line 89 of file kcookiejar.h.
void KHttpCookie::fixDomain | ( | const QString & | domain | ) | [inline] |
Definition at line 88 of file kcookiejar.h.
bool KHttpCookie::hasExplicitPath | ( | void | ) | [inline] |
Definition at line 95 of file kcookiejar.h.
QString KHttpCookie::host | ( | void | ) | [inline] |
Definition at line 83 of file kcookiejar.h.
bool KHttpCookie::isCrossDomain | ( | void | ) | [inline] |
Definition at line 93 of file kcookiejar.h.
bool KHttpCookie::isExpired | ( | time_t | currentDate | ) |
Definition at line 157 of file kcookiejar.cpp.
bool KHttpCookie::isHttpOnly | ( | void | ) | [inline] |
Definition at line 94 of file kcookiejar.h.
bool KHttpCookie::isSecure | ( | void | ) | [inline] |
Definition at line 91 of file kcookiejar.h.
bool KHttpCookie::match | ( | const QString & | fqdn, | |
const QStringList & | domainList, | |||
const QString & | path | |||
) |
Definition at line 188 of file kcookiejar.cpp.
QString KHttpCookie::name | ( | void | ) | [inline] |
Definition at line 85 of file kcookiejar.h.
QString KHttpCookie::path | ( | void | ) | [inline] |
Definition at line 84 of file kcookiejar.h.
int KHttpCookie::protocolVersion | ( | void | ) | [inline] |
Definition at line 90 of file kcookiejar.h.
QString KHttpCookie::value | ( | void | ) | [inline] |
Definition at line 86 of file kcookiejar.h.
QValueList<long>& KHttpCookie::windowIds | ( | void | ) | [inline] |
Definition at line 87 of file kcookiejar.h.
Member Data Documentation
bool KHttpCookie::mCrossDomain [protected] |
Definition at line 63 of file kcookiejar.h.
QString KHttpCookie::mDomain [protected] |
Definition at line 56 of file kcookiejar.h.
time_t KHttpCookie::mExpireDate [protected] |
Definition at line 60 of file kcookiejar.h.
bool KHttpCookie::mExplicitPath [protected] |
Definition at line 65 of file kcookiejar.h.
QString KHttpCookie::mHost [protected] |
Definition at line 55 of file kcookiejar.h.
bool KHttpCookie::mHttpOnly [protected] |
Definition at line 64 of file kcookiejar.h.
QString KHttpCookie::mName [protected] |
Definition at line 58 of file kcookiejar.h.
QString KHttpCookie::mPath [protected] |
Definition at line 57 of file kcookiejar.h.
int KHttpCookie::mProtocolVersion [protected] |
Definition at line 61 of file kcookiejar.h.
bool KHttpCookie::mSecure [protected] |
Definition at line 62 of file kcookiejar.h.
QString KHttpCookie::mValue [protected] |
Definition at line 59 of file kcookiejar.h.
QValueList<long> KHttpCookie::mWindowIds [protected] |
Definition at line 66 of file kcookiejar.h.
The documentation for this class was generated from the following files: