类 HttpclientCookie
java.lang.Object
com.dtflys.forest.http.ForestCookie
com.dtflys.forest.backend.httpclient.HttpclientCookie
- 所有已实现的接口:
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
-
构造器详细资料
-
HttpclientCookie
public HttpclientCookie(org.apache.http.cookie.Cookie httpCookie)
-