KHttpCookie Member List
This is the complete list of members for
KHttpCookie, including all inherited members.
cookieStr(bool useDOMFormat) const | KHttpCookie | [protected] |
domain() const | KHttpCookie | [inline] |
expireDate() const | KHttpCookie | [inline] |
fixDomain(const QString &domain) | KHttpCookie | [inline] |
hasExplicitPath() const | KHttpCookie | [inline] |
host() const | KHttpCookie | [inline] |
isCrossDomain() const | KHttpCookie | [inline] |
isExpired(qint64 currentDate=-1) const | KHttpCookie | |
isHttpOnly() const | KHttpCookie | [inline] |
isSecure() const | KHttpCookie | [inline] |
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) | KHttpCookie | [explicit] |
match(const QString &fqdn, const QStringList &domainList, const QString &path) const | KHttpCookie | |
mCrossDomain | KHttpCookie | [protected] |
mDomain | KHttpCookie | [protected] |
mExpireDate | KHttpCookie | [protected] |
mExplicitPath | KHttpCookie | [protected] |
mHost | KHttpCookie | [protected] |
mHttpOnly | KHttpCookie | [protected] |
mName | KHttpCookie | [protected] |
mPath | KHttpCookie | [protected] |
mProtocolVersion | KHttpCookie | [protected] |
mSecure | KHttpCookie | [protected] |
mValue | KHttpCookie | [protected] |
mWindowIds | KHttpCookie | [protected] |
name() const | KHttpCookie | [inline] |
operator<<(QDebug, const KHttpCookie &) | KHttpCookie | [friend] |
path() const | KHttpCookie | [inline] |
protocolVersion() const | KHttpCookie | [inline] |
value() const | KHttpCookie | [inline] |
windowIds() | KHttpCookie | [inline] |
windowIds() const | KHttpCookie | [inline] |