Uses of Interface
io.netty.handler.codec.http2.Http2FrameReader
Packages that use Http2FrameReader
-
Uses of Http2FrameReader in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2FrameReaderModifier and TypeClassDescriptionclass
AHttp2FrameReader
that supports all frame types defined by the HTTP/2 specification.class
Decorator around aHttp2FrameReader
that logs all inbound frames before calling back the listener.Fields in io.netty.handler.codec.http2 declared as Http2FrameReaderModifier and TypeFieldDescriptionprivate final Http2FrameReader
DefaultHttp2ConnectionDecoder.frameReader
private final Http2FrameReader
Http2ServerUpgradeCodec.frameReader
private final Http2FrameReader
Http2InboundFrameLogger.reader
Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameReaderModifierConstructorDescriptionDefaultHttp2ConnectionDecoder
(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) Deprecated.DefaultHttp2ConnectionDecoder
(Http2Connection connection, Http2ConnectionEncoder encoder, Http2FrameReader frameReader, Http2PromisedRequestVerifier requestVerifier, boolean autoAckSettings, boolean autoAckPing, boolean validateHeaders) Create a new instance.Http2InboundFrameLogger
(Http2FrameReader reader, Http2FrameLogger logger)