Package net.dreamlu.mica.http
Class InMemoryCookieManager
java.lang.Object
net.dreamlu.mica.http.InMemoryCookieManager
- All Implemented Interfaces:
okhttp3.CookieJar
cookie 管理
- Author:
- L.cm
-
Nested Class Summary
Nested classes/interfaces inherited from interface okhttp3.CookieJar
okhttp3.CookieJar.Companion -
Field Summary
Fields inherited from interface okhttp3.CookieJar
Companion, NO_COOKIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<okhttp3.Cookie>loadForRequest(okhttp3.HttpUrl url) voidsaveFromResponse(okhttp3.HttpUrl url, List<okhttp3.Cookie> cookies)
-
Constructor Details
-
InMemoryCookieManager
public InMemoryCookieManager()
-
-
Method Details
-
saveFromResponse
- Specified by:
saveFromResponsein interfaceokhttp3.CookieJar
-
loadForRequest
- Specified by:
loadForRequestin interfaceokhttp3.CookieJar
-