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
Subclasses with type arguments of type HpackUtil.IndexType in io.netty.handler.codec.http2Methods in io.netty.handler.codec.http2 that return HpackUtil.IndexTypeModifier and TypeMethodDescriptionstatic HpackUtil.IndexTypeReturns 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 voidHpackEncoder.encodeLiteral(ByteBuf out, CharSequence name, CharSequence value, HpackUtil.IndexType indexType, int nameIndex) Encode literal header field according to Section 6.2.private voidHpackDecoder.insertHeader(HpackDecoder.Http2HeadersSink sink, AsciiString name, AsciiString value, HpackUtil.IndexType indexType)