Package org.hcjf.io.net.http
Class Cookie2
- java.lang.Object
-
- org.hcjf.io.net.http.Cookie
-
- org.hcjf.io.net.http.Cookie2
-
public class Cookie2 extends Cookie
- Author:
- javaito
-
-
Constructor Summary
Constructors Constructor Description Cookie2(java.lang.String name, java.lang.String value)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetCommentUrl()java.lang.IntegergetPort()booleanisDiscard()voidsetCommentUrl(java.lang.String commentUrl)voidsetDiscard(boolean discard)voidsetPort(java.lang.Integer port)java.lang.StringtoString()-
Methods inherited from class org.hcjf.io.net.http.Cookie
equals, getComment, getDomain, getMaxAge, getName, getPath, getValue, getVersion, isSecure, setComment, setDomain, setMaxAge, setPath, setSecure, setVersion
-
-
-
-
Field Detail
-
COMMENT_URL
public static final java.lang.String COMMENT_URL
- See Also:
- Constant Field Values
-
PORT
public static final java.lang.String PORT
- See Also:
- Constant Field Values
-
DISCARD
public static final java.lang.String DISCARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommentUrl
public java.lang.String getCommentUrl()
-
setCommentUrl
public void setCommentUrl(java.lang.String commentUrl)
-
getPort
public java.lang.Integer getPort()
-
setPort
public void setPort(java.lang.Integer port)
-
isDiscard
public boolean isDiscard()
-
setDiscard
public void setDiscard(boolean discard)
-
-