Uses of Class
io.netty.handler.codec.http2.HpackUtil.IndexType
-
Packages that use HpackUtil.IndexType Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HpackUtil.IndexType in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return HpackUtil.IndexType Modifier and Type Method Description static HpackUtil.IndexType
HpackUtil.IndexType. valueOf(java.lang.String name)
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.IndexType Modifier and Type Method Description private void
HpackEncoder. encodeLiteral(ByteBuf out, java.lang.CharSequence name, java.lang.CharSequence value, HpackUtil.IndexType indexType, int nameIndex)
Encode literal header field according to Section 6.2.private void
HpackDecoder. insertHeader(HpackDecoder.Sink sink, java.lang.CharSequence name, java.lang.CharSequence value, HpackUtil.IndexType indexType)
-