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:
addin interfaceCookieStore
-
get
- Specified by:
getin interfaceCookieStore
-
removeAll
public boolean removeAll()- Specified by:
removeAllin interfaceCookieStore
-
getCookies
- Specified by:
getCookiesin interfaceCookieStore
-
remove
public boolean remove(okhttp3.HttpUrl uri, okhttp3.Cookie cookie) - Specified by:
removein interfaceCookieStore
-