Class DefaultCookie
java.lang.Object
io.netty.handler.codec.http.cookie.DefaultCookie
io.netty.handler.codec.http.DefaultCookie
- All Implemented Interfaces:
Cookie, Cookie, Comparable<Cookie>
Deprecated.
The default
Cookie implementation.-
Field Summary
Fields inherited from interface Cookie
UNDEFINED_MAX_AGE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultCookie(String name, String value) Deprecated.Creates a new cookie with the specified name and value. -
Method Summary
Modifier and TypeMethodDescriptioncomment()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.longDeprecated.getName()Deprecated.getPath()Deprecated.getPorts()Deprecated.getValue()Deprecated.intDeprecated.booleanDeprecated.ports()Deprecated.voidsetComment(String comment) Deprecated.voidsetCommentUrl(String commentUrl) Deprecated.voidsetDiscard(boolean discard) Deprecated.voidsetPorts(int... ports) Deprecated.voidDeprecated.voidsetVersion(int version) Deprecated.intversion()Deprecated.Methods inherited from class DefaultCookie
compareTo, domain, equals, hashCode, isHttpOnly, isPartitioned, isSecure, maxAge, name, path, sameSite, setDomain, setHttpOnly, setMaxAge, setPartitioned, setPath, setSameSite, setSecure, setValue, setWrap, toString, validateValue, value, wrapMethods inherited from interface Comparable
compareTo
-
Constructor Details
-
DefaultCookie
-
-
Method Details
-
getName
-
getValue
-
getDomain
-
getPath
-
getComment
-
comment
-
setComment
Deprecated.Description copied from interface:CookieSets the comment of thisCookie.- Specified by:
setCommentin interfaceCookie- Parameters:
comment- The comment to use
-
getCommentUrl
Deprecated.- Specified by:
getCommentUrlin interfaceCookie
-
commentUrl
Deprecated.Description copied from interface:CookieReturns the comment URL of thisCookie.- Specified by:
commentUrlin interfaceCookie- Returns:
- The comment URL of this
Cookie
-
setCommentUrl
Deprecated.Description copied from interface:CookieSets the comment URL of thisCookie.- Specified by:
setCommentUrlin interfaceCookie- Parameters:
commentUrl- The comment URL to use
-
isDiscard
-
setDiscard
-
getPorts
-
ports
-
setPorts
-
setPorts
-
getMaxAge
-
getVersion
-
version
-
setVersion
Deprecated.Description copied from interface:CookieSets the version of thisCookie.- Specified by:
setVersionin interfaceCookie- Parameters:
version- The new version to use
-
DefaultCookieinstead.