Package org.eclipse.jetty.server
Class HttpCookieUtils.SetCookieHttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.server.HttpCookieUtils.SetCookieHttpField
- Enclosing class:
- HttpCookieUtils
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
HttpField.IntValueHttpField, HttpField.LongValueHttpField
-
Field Summary
Fields inherited from class org.eclipse.jetty.http.HttpField
NAME_VALUE_TOKENIZER, PARAMETER_TOKENIZER
-
Constructor Summary
-
Method Summary
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, withoutValue, withValue, withValues