Class StaticTableHttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http2.hpack.internal.StaticTableHttpField
-
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
ConstructorDescriptionStaticTableHttpField
(String name, String valueString, Object value) StaticTableHttpField
(HttpHeader header, String valueString, Object value) StaticTableHttpField
(HttpHeader header, String name, String valueString, Object value) -
Method Summary
Methods inherited from class org.eclipse.jetty.http.HttpField
contains, contains, containsLast, containsLast, equals, getHeader, getIntValue, getLongValue, getLowerCaseName, getName, getValue, getValueList, getValueParameters, getValues, hashCode, is, isSameName, stripParameters, valueParameters, withoutValue, withValue, withValues