io.netty.handler.codec.http.cookie.DefaultCookie
instead.@Deprecated public class DefaultCookie extends DefaultCookie implements Cookie
Cookie
implementation.构造器和说明 |
---|
DefaultCookie(java.lang.String name,
java.lang.String value)
已过时。
Creates a new cookie with the specified name and value.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
comment()
已过时。
|
java.lang.String |
commentUrl()
已过时。
|
java.lang.String |
getComment()
已过时。
|
java.lang.String |
getCommentUrl()
已过时。
|
java.lang.String |
getDomain()
已过时。
|
int |
getMaxAge()
已过时。
|
java.lang.String |
getName()
已过时。
|
java.lang.String |
getPath()
已过时。
|
java.util.Set<java.lang.Integer> |
getPorts()
已过时。
|
java.lang.String |
getValue()
已过时。
|
int |
getVersion()
已过时。
|
boolean |
isDiscard()
已过时。
|
java.util.Set<java.lang.Integer> |
ports()
已过时。
|
void |
setComment(java.lang.String comment)
已过时。
|
void |
setCommentUrl(java.lang.String commentUrl)
已过时。
|
void |
setDiscard(boolean discard)
已过时。
|
void |
setPorts(int... ports)
已过时。
|
void |
setPorts(java.lang.Iterable<java.lang.Integer> ports)
已过时。
|
void |
setVersion(int version)
已过时。
|
int |
version()
已过时。
|
compareTo, domain, equals, hashCode, isHttpOnly, isSecure, maxAge, name, path, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue, setWrap, toString, validateValue, value, wrap
public DefaultCookie(java.lang.String name, java.lang.String value)
@Deprecated public java.lang.String getName()
@Deprecated public java.lang.String getValue()
@Deprecated public java.lang.String getDomain()
@Deprecated public java.lang.String getPath()
@Deprecated public java.lang.String getComment()
@Deprecated public java.lang.String comment()
Cookie
Cookie
.Cookie
@Deprecated public void setComment(java.lang.String comment)
Cookie
Cookie
.comment
- The comment to use@Deprecated public java.lang.String getCommentUrl()
@Deprecated public java.lang.String commentUrl()
Cookie
Cookie
.Cookie
@Deprecated public void setCommentUrl(java.lang.String commentUrl)
Cookie
Cookie
.commentUrl
- The comment URL to use@Deprecated public boolean isDiscard()
Cookie
Cookie
is to be discarded by the browser
at the end of the current session.Cookie
is to be discarded, otherwise false@Deprecated public void setDiscard(boolean discard)
Cookie
Cookie
.
If set to true, this Cookie
will be discarded by the browser
at the end of the current sessiondiscard
- True if the Cookie
is to be discarded@Deprecated public java.util.Set<java.lang.Integer> getPorts()
@Deprecated public java.util.Set<java.lang.Integer> ports()
Cookie
Cookie
can be accessed on.Set
of ports that this Cookie
can use@Deprecated public void setPorts(int... ports)
Cookie
Cookie
can be accessed on.ports
- The ports that this Cookie
can be accessed on@Deprecated public void setPorts(java.lang.Iterable<java.lang.Integer> ports)
Cookie
Cookie
can be accessed on.ports
- The Iterable
collection of ports that this
Cookie
can be accessed on.@Deprecated public int getMaxAge()
@Deprecated public int getVersion()
@Deprecated public int version()
Cookie
Cookie
.Cookie