touch-icon-extractor
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
touch-icon-extractor
touchicon
/
net.mm2d.touchicon.http.simple
/
CookieHandler
Cookie
Handler
interface
CookieHandler
Cookie Handler for SimpleHttpClientAdapter.
Members
Functions
load
Cookie
Link copied to clipboard
abstract
fun
loadCookie
(
url
:
String
)
:
String
?
Called to read cookie.
save
Cookie
Link copied to clipboard
abstract
fun
saveCookie
(
url
:
String
,
value
:
String
)
Called when cookies are received.