Package org.eclipse.jetty.http2.hpack
Class HpackContext.StaticEntry
java.lang.Object
org.eclipse.jetty.http2.hpack.HpackContext.Entry
org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
- Enclosing class:
HpackContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte
private final byte[]
Fields inherited from class org.eclipse.jetty.http2.hpack.HpackContext.Entry
_field, _slot
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.http2.hpack.HpackContext.Entry
getHttpField, getSize, toString
-
Field Details
-
_huffmanValue
private final byte[] _huffmanValue -
_encodedField
private final byte _encodedField
-
-
Constructor Details
-
StaticEntry
StaticEntry(int index, org.eclipse.jetty.http.HttpField field)
-
-
Method Details
-
isStatic
public boolean isStatic()- Overrides:
isStatic
in classHpackContext.Entry
-
getStaticHuffmanValue
public byte[] getStaticHuffmanValue()- Overrides:
getStaticHuffmanValue
in classHpackContext.Entry
-
getEncodedField
public byte getEncodedField()
-