Uses of Interface
org.apache.hc.core5.http2.hpack.HPackEntry
Packages that use HPackEntry
-
Uses of HPackEntry in org.apache.hc.core5.http2.hpack
Classes in org.apache.hc.core5.http2.hpack that implement HPackEntryModifier and TypeClassDescription(package private) class
(package private) static class
Fields in org.apache.hc.core5.http2.hpack with type parameters of type HPackEntryModifier and TypeFieldDescriptionprivate final Map
<String, LinkedList<HPackEntry>> OutboundDynamicTable.mapByName
private final ConcurrentMap
<String, CopyOnWriteArrayList<HPackEntry>> StaticTable.mapByName
Methods in org.apache.hc.core5.http2.hpack that return types with arguments of type HPackEntryModifier and TypeMethodDescriptionMethods in org.apache.hc.core5.http2.hpack with parameters of type HPackEntryModifier and TypeMethodDescription(package private) void
HPackEncoder.encodeLiteralHeader
(ByteArrayBuffer dst, HPackEntry existing, String key, String value, boolean sensitive, HPackRepresentation representation, boolean useHuffman) (package private) void
HPackEncoder.encodeLiteralHeader
(ByteArrayBuffer dst, HPackEntry existing, Header header, HPackRepresentation representation, boolean useHuffman) Method parameters in org.apache.hc.core5.http2.hpack with type arguments of type HPackEntryModifier and TypeMethodDescriptionprivate int
HPackEncoder.findFullMatch
(List<HPackEntry> entries, String value)