Class Response.HttpCookieFacade
java.lang.Object
org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- All Implemented Interfaces:
org.eclipse.jetty.http.HttpCookie
- Enclosing class:
Response
public static class Response.HttpCookieFacade
extends Object
implements org.eclipse.jetty.http.HttpCookie
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.HttpCookie
org.eclipse.jetty.http.HttpCookie.Builder, org.eclipse.jetty.http.HttpCookie.Immutable, org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie, org.eclipse.jetty.http.HttpCookie.SameSite, org.eclipse.jetty.http.HttpCookie.Wrapper -
Field Summary
Fields inherited from interface org.eclipse.jetty.http.HttpCookie
COMMENT_ATTRIBUTE, DOMAIN_ATTRIBUTE, EXPIRES_ATTRIBUTE, HTTP_ONLY_ATTRIBUTE, MAX_AGE_ATTRIBUTE, PARTITIONED_ATTRIBUTE, PATH_ATTRIBUTE, SAME_SITE_ATTRIBUTE, SECURE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringgetCommentWithAttributes(String comment, boolean isPartitioned, org.eclipse.jetty.http.HttpCookie.SameSite sameSite) static StringgetCommentWithoutAttributes(String comment) longgetName()getPath()org.eclipse.jetty.http.HttpCookie.SameSitestatic org.eclipse.jetty.http.HttpCookie.SameSitegetSameSiteFromComment(String comment) getValue()intinthashCode()booleanstatic booleanisHttpOnlyInComment(String comment) booleanstatic booleanisPartitionedInComment(String comment) booleanisSecure()toString()Methods inherited from interface org.eclipse.jetty.http.HttpCookie
getExpires, isExpired
-
Constructor Details
-
HttpCookieFacade
public HttpCookieFacade(javax.servlet.http.Cookie cookie)
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceorg.eclipse.jetty.http.HttpCookie
-
getDomain
- Specified by:
getDomainin interfaceorg.eclipse.jetty.http.HttpCookie
-
getMaxAge
public long getMaxAge()- Specified by:
getMaxAgein interfaceorg.eclipse.jetty.http.HttpCookie
-
getPath
- Specified by:
getPathin interfaceorg.eclipse.jetty.http.HttpCookie
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfaceorg.eclipse.jetty.http.HttpCookie
-
getName
- Specified by:
getNamein interfaceorg.eclipse.jetty.http.HttpCookie
-
getValue
- Specified by:
getValuein interfaceorg.eclipse.jetty.http.HttpCookie
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceorg.eclipse.jetty.http.HttpCookie
-
getSameSite
public org.eclipse.jetty.http.HttpCookie.SameSite getSameSite()- Specified by:
getSameSitein interfaceorg.eclipse.jetty.http.HttpCookie
-
isHttpOnly
public boolean isHttpOnly()- Specified by:
isHttpOnlyin interfaceorg.eclipse.jetty.http.HttpCookie
-
isPartitioned
public boolean isPartitioned()- Specified by:
isPartitionedin interfaceorg.eclipse.jetty.http.HttpCookie
-
getAttributes
-
hashCode
-
equals
-
toString
-
isHttpOnlyInComment
-
isPartitionedInComment
-
getSameSiteFromComment
-
getCommentWithoutAttributes
-
getCommentWithAttributes
-