Module implementing a QNetworkCookieJar subclass with various accept policies.
None |
CookieJar | Class implementing a QNetworkCookieJar subclass with various accept policies. |
None |
Class implementing a QNetworkCookieJar subclass with various accept policies.
AcceptAlways |
AcceptNever |
AcceptOnlyFromSitesNavigatedTo |
Allow |
AllowForSession |
Block |
JAR_VERSION |
KeepUntilExit |
KeepUntilExpire |
KeepUntilTimeLimit |
None |
CookieJar | Constructor |
__applyRules | Private method to apply the cookie rules. |
__isOnDomainList | Private method to check, if either the rule matches the domain exactly or the domain ends with ".rule". |
__purgeOldCookies | Private method to purge old cookies. |
acceptPolicy | Public method to get the accept policy. |
allowForSessionCookies | Public method to return the allowed session cookies. |
allowedCookies | Public method to return the allowed cookies. |
blockedCookies | Public method to return the blocked cookies. |
clear | Public method to clear all cookies. |
close | Public slot to close the cookie jar. |
cookies | Public method to get the cookies of the cookie jar. |
cookiesForUrl | Public method to get the cookies for a URL. |
filterTrackingCookies | Public method to get the filter tracking cookies flag. |
keepPolicy | Public method to get the keep policy. |
load | Public method to load the cookies. |
loadCookies | Public method to restore the saved cookies. |
save | Public method to save the cookies. |
saveCookies | Public method to save the cookies. |
setAcceptPolicy | Public method to set the accept policy. |
setAllowForSessionCookies | Public method to set the list of allowed session cookies. |
setAllowedCookies | Public method to set the list of allowed cookies. |
setBlockedCookies | Public method to set the list of blocked cookies. |
setCookies | Public method to set all cookies. |
setCookiesFromUrl | Public method to set cookies for a URL. |
setFilterTrackingCookies | Public method to set the filter tracking cookies flag. |
setKeepPolicy | Public method to set the keep policy. |
None |
Constructor
Private method to apply the cookie rules.
Private method to check, if either the rule matches the domain exactly or the domain ends with ".rule".
Private method to purge old cookies.
Public method to get the accept policy.
Public method to return the allowed session cookies.
Public method to return the allowed cookies.
Public method to return the blocked cookies.
Public method to clear all cookies.
Public slot to close the cookie jar.
Public method to get the cookies of the cookie jar.
Public method to get the cookies for a URL.
Public method to get the filter tracking cookies flag.
Public method to get the keep policy.
Public method to load the cookies.
Public method to restore the saved cookies.
Public method to save the cookies.
Public method to save the cookies.
Public method to set the accept policy.
Public method to set the list of allowed session cookies.
Public method to set the list of allowed cookies.
Public method to set the list of blocked cookies.
Public method to set all cookies.
Public method to set cookies for a URL.
Public method to set the filter tracking cookies flag.
Public method to set the keep policy.