Uses of Class
io.netty.handler.codec.http2.HpackDecoder.HeaderType
-
Packages that use HpackDecoder.HeaderType Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HpackDecoder.HeaderType in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HpackDecoder.HeaderType Modifier and Type Field Description private HpackDecoder.HeaderType
HpackDecoder.Http2HeadersSink. previousType
Methods in io.netty.handler.codec.http2 that return HpackDecoder.HeaderType Modifier and Type Method Description private static HpackDecoder.HeaderType
HpackDecoder. validateHeader(int streamId, AsciiString name, java.lang.CharSequence value, HpackDecoder.HeaderType previousHeaderType)
static HpackDecoder.HeaderType
HpackDecoder.HeaderType. valueOf(java.lang.String name)
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.HeaderType Modifier and Type Method Description private static HpackDecoder.HeaderType
HpackDecoder. validateHeader(int streamId, AsciiString name, java.lang.CharSequence value, HpackDecoder.HeaderType previousHeaderType)
-