public interface CookieCache
extends java.lang.Iterable<okhttp3.Cookie>
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(java.util.Collection<okhttp3.Cookie> cookies)
Add all the new cookies to the session, existing cookies will be overwritten.
|
void |
clear()
Clear all the cookies from the session.
|