public static class HpackContext.StaticEntry extends HpackContext.Entry
Modifier and Type | Field and Description |
---|---|
private byte |
_encodedField |
private byte[] |
_huffmanValue |
_field, _slot
Constructor and Description |
---|
StaticEntry(int index,
HttpField field) |
Modifier and Type | Method and Description |
---|---|
byte |
getEncodedField() |
byte[] |
getStaticHuffmanValue() |
boolean |
isStatic() |
getHttpField, getSize, toString
private final byte[] _huffmanValue
private final byte _encodedField
StaticEntry(int index, HttpField field)
public boolean isStatic()
isStatic
in class HpackContext.Entry
public byte[] getStaticHuffmanValue()
getStaticHuffmanValue
in class HpackContext.Entry
public byte getEncodedField()