public interface io.netty.handler.codec.http2.Http2FrameReader extends java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.Http2FrameReader
  super_class: java.lang.Object
{
  public abstract void readFrame(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, io.netty.handler.codec.http2.Http2FrameListener);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http2/Http2FrameListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
          Name  Flags
      ctx       
      input     
      listener  

  public abstract io.netty.handler.codec.http2.Http2FrameReader$Configuration configuration();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Http2FrameReader.java"
NestMembers:
  io.netty.handler.codec.http2.Http2FrameReader$Configuration
InnerClasses:
  public abstract Configuration = io.netty.handler.codec.http2.Http2FrameReader$Configuration of io.netty.handler.codec.http2.Http2FrameReader