Class QpackContext
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.QpackContext
QPACK - 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(int index) static StaticTable
int
Get the relative Index of an entry.
-
Constructor Details
-
QpackContext
public QpackContext()
-
-
Method Details
-
getDynamicTable
-
getStaticTable
-
get
-
get
-
get
-
indexOf
Get the relative Index of an entry.- Parameters:
entry
- the entry to get the index of.- Returns:
- the relative index of the entry.
-