Class Response.HttpCookieFacade

java.lang.Object
org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
All Implemented Interfaces:
org.eclipse.jetty.http.HttpCookie
Enclosing class:
Response

protected static class Response.HttpCookieFacade extends Object implements org.eclipse.jetty.http.HttpCookie
  • Constructor Details

    • HttpCookieFacade

      public HttpCookieFacade(javax.servlet.http.Cookie cookie)
  • Method Details

    • getComment

      public String getComment()
      Specified by:
      getComment in interface org.eclipse.jetty.http.HttpCookie
    • getDomain

      public String getDomain()
      Specified by:
      getDomain in interface org.eclipse.jetty.http.HttpCookie
    • getMaxAge

      public long getMaxAge()
      Specified by:
      getMaxAge in interface org.eclipse.jetty.http.HttpCookie
    • getPath

      public String getPath()
      Specified by:
      getPath in interface org.eclipse.jetty.http.HttpCookie
    • isSecure

      public boolean isSecure()
      Specified by:
      isSecure in interface org.eclipse.jetty.http.HttpCookie
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.jetty.http.HttpCookie
    • getValue

      public String getValue()
      Specified by:
      getValue in interface org.eclipse.jetty.http.HttpCookie
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface org.eclipse.jetty.http.HttpCookie
    • getSameSite

      public org.eclipse.jetty.http.HttpCookie.SameSite getSameSite()
      Specified by:
      getSameSite in interface org.eclipse.jetty.http.HttpCookie
    • isHttpOnly

      public boolean isHttpOnly()
      Specified by:
      isHttpOnly in interface org.eclipse.jetty.http.HttpCookie
    • isPartitioned

      public boolean isPartitioned()
      Specified by:
      isPartitioned in interface org.eclipse.jetty.http.HttpCookie
    • getAttributes

      public Map<String,String> getAttributes()
      Specified by:
      getAttributes in interface org.eclipse.jetty.http.HttpCookie
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.eclipse.jetty.http.HttpCookie
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.eclipse.jetty.http.HttpCookie
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isPartitionedInComment

      protected static boolean isPartitionedInComment(String comment)
    • getSameSiteFromComment

      protected static org.eclipse.jetty.http.HttpCookie.SameSite getSameSiteFromComment(String comment)
    • getCommentWithoutAttributes

      protected static String getCommentWithoutAttributes(String comment)