Uses of Enum
io.netty.handler.codec.http2.HpackDecoder.HeaderType
Packages that use HpackDecoder.HeaderType
-
Uses of HpackDecoder.HeaderType in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HpackDecoder.HeaderTypeModifier and TypeFieldDescriptionprivate HpackDecoder.HeaderType
HpackDecoder.Http2HeadersSink.previousType
Methods in io.netty.handler.codec.http2 that return HpackDecoder.HeaderTypeModifier and TypeMethodDescriptionprivate static HpackDecoder.HeaderType
HpackDecoder.validateHeader
(int streamId, AsciiString name, CharSequence value, HpackDecoder.HeaderType previousHeaderType) static HpackDecoder.HeaderType
Returns the enum constant of this type with the specified name.static HpackDecoder.HeaderType[]
HpackDecoder.HeaderType.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 HpackDecoder.HeaderTypeModifier and TypeMethodDescriptionprivate static HpackDecoder.HeaderType
HpackDecoder.validateHeader
(int streamId, AsciiString name, CharSequence value, HpackDecoder.HeaderType previousHeaderType)