Class IndexedNameEntryInstruction
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
- All Implemented Interfaces:
Instruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http3.qpack.Instruction
Instruction.Handler
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedNameEntryInstruction
(boolean dynamic, int index, boolean huffman, String value) -
Method Summary
-
Constructor Details
-
IndexedNameEntryInstruction
-
-
Method Details
-
isDynamic
public boolean isDynamic() -
getIndex
public int getIndex() -
getValue
-
encode
- Specified by:
encode
in interfaceInstruction
-
toString
-