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
public static class HpackContext.StaticEntry extends HpackContext.Entry
-
-
Field Summary
Fields Modifier and Type Field Description private byte
_encodedField
private byte[]
_huffmanValue
-
Fields inherited from class org.eclipse.jetty.http2.hpack.HpackContext.Entry
_field, _slot
-
-
Constructor Summary
Constructors Constructor Description StaticEntry(int index, org.eclipse.jetty.http.HttpField field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getEncodedField()
byte[]
getStaticHuffmanValue()
boolean
isStatic()
-
Methods inherited from class org.eclipse.jetty.http2.hpack.HpackContext.Entry
getHttpField, getSize, toString
-
-
-
-
Method Detail
-
isStatic
public boolean isStatic()
- Overrides:
isStatic
in classHpackContext.Entry
-
getStaticHuffmanValue
public byte[] getStaticHuffmanValue()
- Overrides:
getStaticHuffmanValue
in classHpackContext.Entry
-
getEncodedField
public byte getEncodedField()
-
-