Uses of Class
org.apache.hc.core5.http2.hpack.StaticTable
Packages that use StaticTable
-
Uses of StaticTable in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as StaticTableModifier and TypeFieldDescription(package private) static final StaticTable
StaticTable.INSTANCE
private final StaticTable
InboundDynamicTable.staticTable
private final StaticTable
OutboundDynamicTable.staticTable
Constructors in org.apache.hc.core5.http2.hpack with parameters of type StaticTableModifierConstructorDescription(package private)
InboundDynamicTable
(StaticTable staticTable) (package private)
OutboundDynamicTable
(StaticTable staticTable)