java.lang.Object
org.miaixz.bus.http.metric.http.Hpack
Reads and writes HPACK v10. This implementation uses an array for the dynamic table and a list for indexed entries.
Dynamic entries are added to the array, moving forward from the last position. When the array is full, it is doubled.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Hpack
public Hpack()
-