Uses of Interface
io.netty5.handler.codec.http2.Http2FrameReader
-
Packages that use Http2FrameReader Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameReader in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2FrameReader Modifier and Type Class Description class
DefaultHttp2FrameReader
AHttp2FrameReader
that supports all frame types defined by the HTTP/2 specification.class
Http2InboundFrameLogger
Decorator around aHttp2FrameReader
that logs all inbound frames before calling back the listener.Constructors in io.netty5.handler.codec.http2 with parameters of type Http2FrameReader Constructor Description DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader)
DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier)
DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier, boolean autoAckSettings)
Create a new instance.DefaultHttp2ConnectionDecoder(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier, boolean autoAckSettings, boolean autoAckPing)
Create a new instance.Http2InboundFrameLogger(Http2FrameReader reader, Http2FrameLogger logger)
-