Class ResponseHttpFields.PersistentHttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.server.internal.ResponseHttpFields.PersistentHttpField
- All Implemented Interfaces:
ResponseHttpFields.Persistent
- Enclosing class:
- ResponseHttpFields
public static class ResponseHttpFields.PersistentHttpField
extends HttpField
implements ResponseHttpFields.Persistent
A
HttpField
that is a ResponseHttpFields.Persistent
.-
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, getLowerCaseName, getName, getValue, getValueList, getValueParameters, getValues, hashCode, is, isSameName, stripParameters, toString, valueParameters, withoutValue, withValue, withValues
-
Constructor Details
-
PersistentHttpField
-
-
Method Details
-
getIntValue
public int getIntValue()- Overrides:
getIntValue
in classHttpField
- Returns:
- the value of this field as an
int
-
getLongValue
public long getLongValue()- Overrides:
getLongValue
in classHttpField
- Returns:
- the value of this field as an
long
-
getOriginal
- Specified by:
getOriginal
in interfaceResponseHttpFields.Persistent
- Returns:
- the original persistent field set before any mutations
-