public class SuperTokensPersistentCookieStore
extends java.lang.Object
implements java.net.CookieStore
Constructor and Description |
---|
SuperTokensPersistentCookieStore(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.net.URI uri,
java.net.HttpCookie cookie) |
java.util.List<java.net.HttpCookie> |
get(java.net.URI uri) |
java.util.List<java.net.HttpCookie> |
getCookies() |
java.util.List<java.net.URI> |
getURIs() |
boolean |
remove(java.net.URI uri,
java.net.HttpCookie cookie) |
boolean |
removeAll() |
public SuperTokensPersistentCookieStore(android.content.Context context)
public void add(java.net.URI uri, java.net.HttpCookie cookie)
add
in interface java.net.CookieStore
public java.util.List<java.net.HttpCookie> get(java.net.URI uri)
get
in interface java.net.CookieStore
public java.util.List<java.net.HttpCookie> getCookies()
getCookies
in interface java.net.CookieStore
public java.util.List<java.net.URI> getURIs()
getURIs
in interface java.net.CookieStore
public boolean remove(java.net.URI uri, java.net.HttpCookie cookie)
remove
in interface java.net.CookieStore
public boolean removeAll()
removeAll
in interface java.net.CookieStore