Interface CookieStore
- All Known Implementing Classes:
MemoryCookieStore
public interface CookieStore
-
Method Summary
-
Method Details
-
add
-
get
-
getCookies
List<okhttp3.Cookie> getCookies() -
remove
boolean remove(okhttp3.HttpUrl uri, okhttp3.Cookie cookie) -
removeAll
boolean removeAll()
-