java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonCookieManager |
The AmazonCookieManager class is intended to be functionally equivalent to
the CookieManager
class. See
CookieManager
for usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The acceptCookie() method gets whether or not WebView instances send and
accept cookies, and is intended to be functionally equivalent to the
acceptCookie() method. | |||||||||||
The getCookie(String) method gets a cookie for a given url, and is
intended to be functionally equivalent to the
getCookie(String) method. | |||||||||||
The getInstance() method gets the singleton instance of the cookie
manager, and is intended to be functionally equivalent to the
getInstance() method. | |||||||||||
The hasCookies() method checks if there are stored cookies, and is
intended to be functionally equivalent to the
hasCookies() method. | |||||||||||
The removeAllCookie() method removes all cookies, and is intended to be
functionally equivalent to the
removeAllCookie() method. | |||||||||||
The removeExpiredCookie() method removes all expired cookies, and is
intended to be functionally equivalent to the
removeExpiredCookie() method. | |||||||||||
The removeSessionCookie() method removes all session cookies, and is
intended to be functionally equivalent to the
removeSessionCookie() method. | |||||||||||
The setAcceptCookie() method sets whether cookies should be sent and
accepted, and is intended to be functionally equivalent to the
setAcceptCookie(boolean) method. | |||||||||||
The setCookie() method sets a cookie for the given URL, and is intended
to be functionally equivalent to the
setCookie(String, String) method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The acceptCookie() method gets whether or not WebView instances send and
accept cookies, and is intended to be functionally equivalent to the
acceptCookie()
method. See
acceptCookie()
for usage.
The getCookie(String) method gets a cookie for a given url, and is
intended to be functionally equivalent to the
getCookie(String)
method. See
getCookie(String)
for usage.
The getInstance() method gets the singleton instance of the cookie
manager, and is intended to be functionally equivalent to the
getInstance()
method. See
getInstance()
for usage.
The hasCookies() method checks if there are stored cookies, and is
intended to be functionally equivalent to the
hasCookies()
method. See
hasCookies()
for usage.
The removeAllCookie() method removes all cookies, and is intended to be
functionally equivalent to the
removeAllCookie()
method. See
removeAllCookie()
for usage.
The removeExpiredCookie() method removes all expired cookies, and is
intended to be functionally equivalent to the
removeExpiredCookie()
method. See
removeExpiredCookie()
for usage.
The removeSessionCookie() method removes all session cookies, and is
intended to be functionally equivalent to the
removeSessionCookie()
method. See
removeSessionCookie()
for usage.
The setAcceptCookie() method sets whether cookies should be sent and
accepted, and is intended to be functionally equivalent to the
setAcceptCookie(boolean)
method. See
setAcceptCookie(boolean)
for usage.
The setCookie() method sets a cookie for the given URL, and is intended
to be functionally equivalent to the
setCookie(String, String)
method.
See setCookie(String, String)
for
usage.