Uses of Enum
org.apache.hc.core5.http2.hpack.HPackRepresentation
Packages that use HPackRepresentation
-
Uses of HPackRepresentation in org.apache.hc.core5.http2.hpack
Subclasses with type arguments of type HPackRepresentation in org.apache.hc.core5.http2.hpackMethods in org.apache.hc.core5.http2.hpack that return HPackRepresentationModifier and TypeMethodDescriptionstatic HPackRepresentationReturns 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 HPackRepresentationModifier and TypeMethodDescription(package private) HPackHeaderHPackDecoder.decodeLiteralHeader(ByteBuffer src, HPackRepresentation representation) (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)