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 StaticTableStaticTable. INSTANCEprivate StaticTableInboundDynamicTable. staticTableprivate StaticTableOutboundDynamicTable. staticTableConstructors in org.apache.hc.core5.http2.hpack with parameters of type StaticTable Constructor Description InboundDynamicTable(StaticTable staticTable)OutboundDynamicTable(StaticTable staticTable)
-