Class Http3Fields
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
- All Implemented Interfaces:
Iterable<HttpField>
,HttpFields
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.HttpFields
HttpFields.Immutable, HttpFields.Mutable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnumMap<HttpMethod,
PreEncodedHttpField> static final PreEncodedHttpField
static final PreEncodedHttpField
static final HttpField[]
static final PreEncodedHttpField
Fields inherited from interface org.eclipse.jetty.http.HttpFields
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.http.HttpFields
asString, contains, contains, contains, contains, contains, contains, get, get, getCSV, getCSV, getDateField, getField, getField, getFieldNames, getFieldNamesCollection, getFields, getFields, getLongField, getLongField, getQualityCSV, getQualityCSV, getQualityCSV, getValues, getValuesList, getValuesList, isEqualTo
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
STATUSES
-
TE_TRAILERS
-
C_SCHEME_HTTP
-
C_SCHEME_HTTPS
-
C_METHODS
-
-
Constructor Details
-
Http3Fields
-
-
Method Details
-
asImmutable
- Specified by:
asImmutable
in interfaceHttpFields
-
getField
Description copied from interface:HttpFields
Get a Field by index.- Specified by:
getField
in interfaceHttpFields
- Parameters:
index
- the field index- Returns:
- A Field value or null if the Field value has not been set
-
size
public int size()- Specified by:
size
in interfaceHttpFields
-
stream
- Specified by:
stream
in interfaceHttpFields
-
iterator
-