Class HpackContext

java.lang.Object
org.eclipse.jetty.http2.hpack.HpackContext

public class HpackContext extends Object
HPACK - Header Compression for HTTP/2

This class maintains the compression context for a single HTTP/2 connection. Specifically it holds the static and dynamic Header Field Tables and the associated sizes and limits.

It is compliant with draft 11 of the specification