Class HttpCookieUtils.SetCookieHttpField

java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.server.HttpCookieUtils.SetCookieHttpField
Enclosing class:
HttpCookieUtils

public static class HttpCookieUtils.SetCookieHttpField extends org.eclipse.jetty.http.HttpField
A HttpField that holds an HttpHeader.SET_COOKIE as a HttpCookie instance, delaying any value generation until getValue() is called.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.http.HttpField

    org.eclipse.jetty.http.HttpField.IntValueHttpField, org.eclipse.jetty.http.HttpField.LongValueHttpField
  • Field Summary

    Fields inherited from class org.eclipse.jetty.http.HttpField

    NAME_VALUE_TOKENIZER, PARAMETER_TOKENIZER
  • Constructor Summary

    Constructors
    Constructor
    Description
    SetCookieHttpField(org.eclipse.jetty.http.HttpCookie cookie, org.eclipse.jetty.http.CookieCompliance compliance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.http.HttpCookie
     
     

    Methods inherited from class org.eclipse.jetty.http.HttpField

    contains, contains, containsLast, containsLast, equals, getHeader, getIntValue, getLongValue, getLowerCaseName, getName, getValueList, getValueParameters, getValues, hashCode, is, isSameName, stripParameters, toString, valueParameters

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SetCookieHttpField

      public SetCookieHttpField(org.eclipse.jetty.http.HttpCookie cookie, org.eclipse.jetty.http.CookieCompliance compliance)
  • Method Details

    • getHttpCookie

      public org.eclipse.jetty.http.HttpCookie getHttpCookie()
    • getValue

      public String getValue()
      Overrides:
      getValue in class org.eclipse.jetty.http.HttpField