Class MemoryCookieStore
java.lang.Object
com.studerw.tda.http.cookie.store.MemoryCookieStore
- All Implemented Interfaces:
CookieStore
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemoryCookieStore
public MemoryCookieStore()
-
-
Method Details
-
add
- Specified by:
add
in interfaceCookieStore
-
get
- Specified by:
get
in interfaceCookieStore
-
removeAll
public boolean removeAll()- Specified by:
removeAll
in interfaceCookieStore
-
getCookies
- Specified by:
getCookies
in interfaceCookieStore
-
remove
public boolean remove(okhttp3.HttpUrl uri, okhttp3.Cookie cookie) - Specified by:
remove
in interfaceCookieStore
-