Uses of Interface
io.netty.handler.codec.http2.HpackDecoder.Sink
-
Packages that use HpackDecoder.Sink Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HpackDecoder.Sink in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement HpackDecoder.Sink Modifier and Type Class Description private static classHpackDecoder.Http2HeadersSinkMethods in io.netty.handler.codec.http2 with parameters of type HpackDecoder.Sink Modifier and Type Method Description private voidHpackDecoder. decode(ByteBuf in, HpackDecoder.Sink sink)private voidHpackDecoder. insertHeader(HpackDecoder.Sink sink, java.lang.CharSequence name, java.lang.CharSequence value, HpackUtil.IndexType indexType)
-