Uses of Interface
io.netty.handler.codec.http2.Http2FrameReader
-
Packages that use Http2FrameReader Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameReader in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2FrameReader Modifier and Type Class Description classDefaultHttp2FrameReaderAHttp2FrameReaderthat supports all frame types defined by the HTTP/2 specification.classHttp2InboundFrameLoggerDecorator around aHttp2FrameReaderthat logs all inbound frames before calling back the listener.Fields in io.netty.handler.codec.http2 declared as Http2FrameReader Modifier and Type Field Description private Http2FrameReaderDefaultHttp2ConnectionDecoder. frameReaderprivate Http2FrameReaderHttp2ServerUpgradeCodec. frameReaderprivate Http2FrameReaderHttp2InboundFrameLogger. reader
-