Class IndexedNameEntryInstruction

java.lang.Object
org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
All Implemented Interfaces:
Instruction

public class IndexedNameEntryInstruction extends Object implements Instruction
  • Constructor Details

    • IndexedNameEntryInstruction

      public IndexedNameEntryInstruction(boolean dynamic, int index, boolean huffman, String value)
  • Method Details