Class DuplicateInstruction
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.instruction.DuplicateInstruction
- All Implemented Interfaces:
Instruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http3.qpack.Instruction
Instruction.Handler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(ByteBufferPool.Lease lease) int
getIndex()
toString()
-
Constructor Details
-
DuplicateInstruction
public DuplicateInstruction(int index)
-
-
Method Details
-
getIndex
public int getIndex() -
encode
- Specified by:
encode
in interfaceInstruction
-
toString
-