Interface Http2FrameReader

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultHttp2FrameReader, Http2InboundFrameLogger

@UnstableApi public interface Http2FrameReader extends Closeable
Reads HTTP/2 frames from an input ByteBuf and notifies the specified Http2FrameListener when frames are complete.