Package com.studerw.tda.http.cookie
Class CookieJarImpl
java.lang.Object
com.studerw.tda.http.cookie.CookieJarImpl
- All Implemented Interfaces:
okhttp3.CookieJar
-
Field Summary
Fields inherited from interface okhttp3.CookieJar
NO_COOKIES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<okhttp3.Cookie>
loadForRequest
(okhttp3.HttpUrl url) void
saveFromResponse
(okhttp3.HttpUrl url, List<okhttp3.Cookie> cookies)
-
Constructor Details
-
CookieJarImpl
-
-
Method Details
-
saveFromResponse
- Specified by:
saveFromResponse
in interfaceokhttp3.CookieJar
-
loadForRequest
- Specified by:
loadForRequest
in interfaceokhttp3.CookieJar
-
getCookieStore
-