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 class
HpackDecoder.Http2HeadersSink
Methods in io.netty.handler.codec.http2 with parameters of type HpackDecoder.Sink Modifier and Type Method Description private void
HpackDecoder. decode(ByteBuf in, HpackDecoder.Sink sink)
private void
HpackDecoder. insertHeader(HpackDecoder.Sink sink, java.lang.CharSequence name, java.lang.CharSequence value, HpackUtil.IndexType indexType)
-