Uses of Class
org.apache.hc.core5.http2.hpack.InboundDynamicTable
-
Packages that use InboundDynamicTable Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs. -
-
Uses of InboundDynamicTable in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as InboundDynamicTable Modifier and Type Field Description private InboundDynamicTable
HPackDecoder. dynamicTable
Constructors in org.apache.hc.core5.http2.hpack with parameters of type InboundDynamicTable Constructor Description HPackDecoder(InboundDynamicTable dynamicTable, java.nio.charset.Charset charset)
HPackDecoder(InboundDynamicTable dynamicTable, java.nio.charset.CharsetDecoder charsetDecoder)
-