Interface CookieJar
public interface CookieJar
A
Cookie
container for a client.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
default CookieState
Determines the state of a cookie.Determines the state of a cookie given the current time.
-
Method Details
-
get
-
set
-
set
-
state
Determines the state of a cookie. This method is a shortcut forstate(cookie, System.currentTimeMillis())
. -
state
Determines the state of a cookie given the current time.
-