Uses of Enum
io.netty.handler.codec.http2.HpackUtil.IndexType
Packages that use HpackUtil.IndexType
-
Uses of HpackUtil.IndexType in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return HpackUtil.IndexTypeModifier and TypeMethodDescriptionstatic HpackUtil.IndexType
Returns the enum constant of this type with the specified name.static HpackUtil.IndexType[]
HpackUtil.IndexType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.http2 with parameters of type HpackUtil.IndexTypeModifier and TypeMethodDescriptionprivate void
HpackEncoder.encodeLiteral
(ByteBuf out, CharSequence name, CharSequence value, HpackUtil.IndexType indexType, int nameIndex) Encode literal header field according to Section 6.2.private void
HpackDecoder.insertHeader
(HpackDecoder.Http2HeadersSink sink, AsciiString name, AsciiString value, HpackUtil.IndexType indexType)