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 classFields in org.apache.hc.core5.http2.hpack with type parameters of type HPackEntryModifier and TypeFieldDescriptionprivate final Map<String, LinkedList<HPackEntry>> OutboundDynamicTable.mapByNameprivate final ConcurrentMap<String, CopyOnWriteArrayList<HPackEntry>> StaticTable.mapByNameMethods 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) voidHPackEncoder.encodeLiteralHeader(ByteArrayBuffer dst, HPackEntry existing, String key, String value, boolean sensitive, HPackRepresentation representation, boolean useHuffman) (package private) voidHPackEncoder.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 intHPackEncoder.findFullMatch(List<HPackEntry> entries, String value)