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