Uses of Class
org.apache.hc.core5.http2.hpack.HPackRepresentation
-
Packages that use HPackRepresentation Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs. -
-
Uses of HPackRepresentation in org.apache.hc.core5.http2.hpack
Methods in org.apache.hc.core5.http2.hpack that return HPackRepresentation Modifier and Type Method Description static HPackRepresentation
HPackRepresentation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HPackRepresentation[]
HPackRepresentation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.http2.hpack with parameters of type HPackRepresentation Modifier and Type Method Description (package private) HPackHeader
HPackDecoder. decodeLiteralHeader(java.nio.ByteBuffer src, HPackRepresentation representation)
(package private) void
HPackEncoder. encodeLiteralHeader(ByteArrayBuffer dst, HPackEntry existing, java.lang.String key, java.lang.String value, boolean sensitive, HPackRepresentation representation, boolean useHuffman)
(package private) void
HPackEncoder. encodeLiteralHeader(ByteArrayBuffer dst, HPackEntry existing, Header header, HPackRepresentation representation, boolean useHuffman)
-