SetDynamicTableCapacity class
RFC 9204 Section 4.3.1 — Set Dynamic Table Capacity.
Changes the capacity of the dynamic table.
Wire format:
| 0 | 0 | 1 | Capacity (5+) |
- Inheritance
-
- Object
- EncoderInstruction
- SetDynamicTableCapacity
Constructors
- SetDynamicTableCapacity({required int capacity})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Uint8List -
Serialize this instruction to bytes.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited