Module bus.http

Class Hpack

java.lang.Object
org.miaixz.bus.http.metric.http.Hpack

public class Hpack extends Object
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 Details

    • Hpack

      public Hpack()