Module org.eclipse.jetty.ee8.nested
Package org.eclipse.jetty.ee8.nested
Class Response.HttpCookieFacade
java.lang.Object
org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
-
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 TypeMethodDescriptionbooleanprotected static StringgetCommentWithoutAttributes(String comment) longgetName()getPath()org.eclipse.jetty.http.HttpCookie.SameSiteprotected static org.eclipse.jetty.http.HttpCookie.SameSitegetSameSiteFromComment(String comment) getValue()intinthashCode()booleanbooleanprotected static booleanisPartitionedInComment(String comment) booleanisSecure()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
isPartitionedInComment
-
getSameSiteFromComment
-
getCommentWithoutAttributes
-