public interface ClearableCookieJar
extends okhttp3.CookieJar
CookieJar and adds methods to clear the cookies.| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all the cookies from persistence and from the cache.
|
void |
clearSession()
Clear all the session cookies while maintaining the persisted ones.
|