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
ConstructorsConstructorDescriptionSetCookieHttpField(org.eclipse.jetty.http.HttpCookie cookie, org.eclipse.jetty.http.CookieCompliance compliance) -
Method Summary
Methods inherited from class org.eclipse.jetty.http.HttpField
asList, contains, contains, containsLast, containsLast, equals, getHeader, getIntValue, getLongValue, getLowerCaseName, getName, getValueList, getValueList, getValueParameters, getValues, hashCode, is, isSameName, newQuotedCSV, newQuotedCSV, stripParameters, toString, valueParameters, withoutValue, withValue, withValues
-
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
- Overrides:
getValuein classorg.eclipse.jetty.http.HttpField
-