KCookieServer Class ReferenceList of all members.
Detailed Description
Definition at line 39 of file kcookieserver.h.
|
Public Slots |
|
void | slotSave () |
|
void | slotDeleteSessionCookies (long) |
DCOP Member Functions |
|
QString | findCookies (QString) |
|
QString | findCookies (QString, long) |
|
QStringList | findDomains () |
|
QStringList | findCookies (QValueList< int >, QString, QString, QString, QString) |
|
QString | findDOMCookies (QString) |
|
QString | findDOMCookies (QString, long) |
|
void | addCookies (QString, QCString, long) |
|
void | deleteCookie (QString, QString, QString, QString) |
|
void | deleteCookiesFromDomain (QString) |
|
void | deleteSessionCookies (long) |
|
void | deleteSessionCookiesFor (QString, long) |
|
void | deleteAllCookies () |
|
void | addDOMCookies (QString, QCString, long) |
| void | setDomainAdvice (QString url, QString advice) |
| QString | getDomainAdvice (QString url) |
|
void | reloadPolicy () |
|
void | shutdown () |
Public Member Functions |
|
| KCookieServer (const QCString &) |
|
| ~KCookieServer () |
|
bool | cookiesPending (const QString &url, KHttpCookieList *cookieList=0) |
|
void | addCookies (const QString &url, const QCString &cookieHeader, long windowId, bool useDOMFormat) |
|
void | checkCookies (KHttpCookieList *cookieList) |
Protected Attributes |
|
KCookieJar * | mCookieJar |
|
KHttpCookieList * | mPendingCookies |
|
RequestList * | mRequestList |
|
QTimer * | mTimer |
|
bool | mAdvicePending |
|
DCOPClient * | mOldCookieServer |
|
KConfig * | mConfig |
Member Function Documentation
|
|
Returns the cookie policy in effect for the specified URL.
Definition at line 565 of file kcookieserver.cpp. |
|
|
Sets the cookie policy for the domain associated with the specified URL.
Definition at line 547 of file kcookieserver.cpp. |
The documentation for this class was generated from the following files:
|