Class SetCapacityInstruction
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.instruction.SetCapacityInstruction
- 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
-
Constructor Details
-
SetCapacityInstruction
public SetCapacityInstruction(int capacity)
-
-
Method Details
-
getCapacity
public int getCapacity() -
encode
- Specified by:
encode
in interfaceInstruction
-
toString
-