Added in API level 9
CookieManager
public
class
CookieManager
extends CookieHandler
| java.lang.Object | ||
| ↳ | java.net.CookieHandler | |
| ↳ | java.net.CookieManager | |
CookieManager provides a concrete implementation of CookieHandler,
which separates the storage of cookies from the policy surrounding accepting
and rejecting cookies. A CookieManager is initialized with a CookieStore
which manages storage, and a <