Uses of Class
org.apache.hc.core5.http2.hpack.StaticTable
-
Packages that use StaticTable Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs. -
-
Uses of StaticTable in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as StaticTable Modifier and Type Field Description (package private) static StaticTable
StaticTable. INSTANCE
private StaticTable
InboundDynamicTable. staticTable
private StaticTable
OutboundDynamicTable. staticTable
Constructors in org.apache.hc.core5.http2.hpack with parameters of type StaticTable Constructor Description InboundDynamicTable(StaticTable staticTable)
OutboundDynamicTable(StaticTable staticTable)
-