Class ResponseHttpFields.PersistentPreEncodedHttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http.PreEncodedHttpField
org.eclipse.jetty.server.internal.ResponseHttpFields.PersistentPreEncodedHttpField
- All Implemented Interfaces:
ResponseHttpFields.Persistent
- Enclosing class:
- ResponseHttpFields
public static class ResponseHttpFields.PersistentPreEncodedHttpField
extends PreEncodedHttpField
implements ResponseHttpFields.Persistent
A
PreEncodedHttpField
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.PreEncodedHttpField
contains, getEncodedLength, getIntValue, getLongValue, putTo
Methods inherited from class org.eclipse.jetty.http.HttpField
contains, containsLast, containsLast, equals, getHeader, getLowerCaseName, getName, getValue, getValueList, getValueParameters, getValues, hashCode, is, isSameName, stripParameters, toString, valueParameters, withoutValue, withValue, withValues
-
Constructor Details
-
PersistentPreEncodedHttpField
-
-
Method Details
-
getOriginal
- Specified by:
getOriginal
in interfaceResponseHttpFields.Persistent
- Returns:
- the original persistent field set before any mutations
-