Package io.netty.handler.codec.http
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
FieldsModifier and TypeFieldDescriptionprivate StringDeprecated.private StringDeprecated.private booleanDeprecated.Deprecated.Deprecated.private intDeprecated.Fields inherited from interface io.netty.handler.codec.http.cookie.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 io.netty.handler.codec.http.cookie.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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
comment
Deprecated. -
commentUrl
Deprecated. -
discard
private boolean discardDeprecated. -
ports
Deprecated. -
unmodifiablePorts
Deprecated. -
version
private int versionDeprecated.
-
-
Constructor Details
-
DefaultCookie
Deprecated.Creates a new cookie with the specified name and value.
-
-
Method Details
-
getName
Deprecated. -
getValue
Deprecated. -
getDomain
Deprecated. -
getPath
Deprecated. -
getComment
Deprecated.- Specified by:
getCommentin interfaceCookie
-
comment
Deprecated.Description copied from interface:CookieReturns the comment of thisCookie. -
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
Deprecated.Description copied from interface:CookieChecks to see if thisCookieis to be discarded by the browser at the end of the current session. -
setDiscard
Deprecated.Description copied from interface:CookieSets the discard flag of thisCookie. If set to true, thisCookiewill be discarded by the browser at the end of the current session- Specified by:
setDiscardin interfaceCookie- Parameters:
discard- True if theCookieis to be discarded
-
getPorts
Deprecated. -
ports
Deprecated.Description copied from interface:CookieReturns the ports that thisCookiecan be accessed on. -
setPorts
Deprecated.Description copied from interface:CookieSets the ports that thisCookiecan be accessed on. -
setPorts
Deprecated.Description copied from interface:CookieSets the ports that thisCookiecan be accessed on. -
getMaxAge
Deprecated. -
getVersion
Deprecated.- Specified by:
getVersionin interfaceCookie
-
version
Deprecated.Description copied from interface:CookieReturns the version of thisCookie. -
setVersion
Deprecated.Description copied from interface:CookieSets the version of thisCookie.- Specified by:
setVersionin interfaceCookie- Parameters:
version- The new version to use
-
DefaultCookieinstead.