-
- All Implemented Interfaces:
-
okhttp3.CookieJar
public class SecureCookieJar implements CookieJar
-
-
Field Summary
Fields Modifier and Type Field Description public final static CookieJar.CompanionCompanionpublic final static CookieJarNO_COOKIES
-
Constructor Summary
Constructors Constructor Description SecureCookieJar(Context context, SingleSignOnManager singleSignOnManager, Long cacheIntervalMillis)
-
Method Summary
Modifier and Type Method Description synchronized List<Cookie>loadForRequest(@NotNull() HttpUrl httpUrl)synchronized voidsaveFromResponse(@NotNull() HttpUrl httpUrl, @NotNull() List<Cookie> list)-
-
Constructor Detail
-
SecureCookieJar
SecureCookieJar(Context context, SingleSignOnManager singleSignOnManager, Long cacheIntervalMillis)
-
-
Method Detail
-
loadForRequest
@NotNull() synchronized List<Cookie> loadForRequest(@NotNull() HttpUrl httpUrl)
-
saveFromResponse
synchronized void saveFromResponse(@NotNull() HttpUrl httpUrl, @NotNull() List<Cookie> list)
-
-
-
-