类 OkHttp3Cookie
java.lang.Object
com.dtflys.forest.http.ForestCookie
com.dtflys.forest.backend.okhttp3.OkHttp3Cookie
- 所有已实现的接口:
Serializable,Cloneable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.dtflys.forest.http.ForestCookie
clone, getCreateTime, getDomain, getExpiresTime, getMaxAge, getName, getPath, getValue, isExpired, isHostOnly, isHttpOnly, isPersistent, isSecure, matchDomain, matchDomain, matchPath, matchPath, matchSchema, matchURL, parse, setCreateTime, setDomain, setHostOnly, setHttpOnly, setMaxAge, setName, setPath, setPersistent, setSecure, setValue, toString
-
构造器详细资料
-
OkHttp3Cookie
public OkHttp3Cookie(long currentTime, okhttp3.Cookie okCookie)
-