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
Subclasses with type arguments of type HpackDecoder.HeaderType in io.netty.handler.codec.http2Modifier and TypeClassDescriptionprivate static enumHTTP/2 header types.Fields in io.netty.handler.codec.http2 declared as HpackDecoder.HeaderTypeModifier and TypeFieldDescriptionprivate HpackDecoder.HeaderTypeHpackDecoder.Http2HeadersSink.previousTypeMethods in io.netty.handler.codec.http2 that return HpackDecoder.HeaderTypeModifier and TypeMethodDescriptionprivate static HpackDecoder.HeaderTypeHpackDecoder.validateHeader(int streamId, AsciiString name, CharSequence value, HpackDecoder.HeaderType previousHeaderType) static HpackDecoder.HeaderTypeReturns 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.HeaderTypeHpackDecoder.validateHeader(int streamId, AsciiString name, CharSequence value, HpackDecoder.HeaderType previousHeaderType)