KHttpCookie Class Reference
List of all members.Detailed Description
Definition at line 49 of file kcookiejar.h.
Public Member Functions | |
| 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) | |
| QString | domain (void) |
| QString | host (void) |
| QString | path (void) |
| QString | name (void) |
| QString | value (void) |
| QValueList< long > & | windowIds (void) |
| void | fixDomain (const QString &domain) |
| time_t | expireDate (void) |
| int | protocolVersion (void) |
| bool | isSecure (void) |
| bool | isExpired (time_t currentDate) |
| bool | isCrossDomain (void) |
| bool | isHttpOnly (void) |
| bool | hasExplicitPath (void) |
| bool | match (const QString &fqdn, const QStringList &domainList, const QString &path) |
Protected Member Functions | |
| QString | cookieStr (bool useDOMFormat) |
Protected Attributes | |
| QString | mHost |
| QString | mDomain |
| QString | mPath |
| QString | mName |
| QString | mValue |
| time_t | mExpireDate |
| int | mProtocolVersion |
| bool | mSecure |
| bool | mCrossDomain |
| bool | mHttpOnly |
| bool | mExplicitPath |
| QValueList< long > | mWindowIds |
Friends | |
| class | KCookieJar |
| class | KHttpCookieList |
The documentation for this class was generated from the following files:

