Uses of Interface
io.netty.handler.codec.http2.Http2HeadersDecoder
-
Packages that use Http2HeadersDecoder Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2HeadersDecoder in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2HeadersDecoder Modifier and Type Class Description class
DefaultHttp2HeadersDecoder
Fields in io.netty.handler.codec.http2 declared as Http2HeadersDecoder Modifier and Type Field Description private Http2HeadersDecoder
DefaultHttp2FrameReader. headersDecoder
Constructors in io.netty.handler.codec.http2 with parameters of type Http2HeadersDecoder Constructor Description DefaultHttp2FrameReader(Http2HeadersDecoder headersDecoder)
-