public class io.netty.handler.codec.http2.Http2InboundFrameLogger implements io.netty.handler.codec.http2.Http2FrameReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2InboundFrameLogger
  super_class: java.lang.Object
{
  private final io.netty.handler.codec.http2.Http2FrameReader reader;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.http2.Http2FrameLogger logger;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameLogger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.http2.Http2FrameReader, io.netty.handler.codec.http2.Http2FrameLogger);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameReader;Lio/netty/handler/codec/http2/Http2FrameLogger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
        start local 1 // io.netty.handler.codec.http2.Http2FrameReader reader
        start local 2 // io.netty.handler.codec.http2.Http2FrameLogger logger
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* reader */
            ldc "reader"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2FrameReader
            putfield io.netty.handler.codec.http2.Http2InboundFrameLogger.reader:Lio/netty/handler/codec/http2/Http2FrameReader;
         2: .line 35
            aload 0 /* this */
            aload 2 /* logger */
            ldc "logger"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2FrameLogger
            putfield io.netty.handler.codec.http2.Http2InboundFrameLogger.logger:Lio/netty/handler/codec/http2/Http2FrameLogger;
         3: .line 36
            return
        end local 2 // io.netty.handler.codec.http2.Http2FrameLogger logger
        end local 1 // io.netty.handler.codec.http2.Http2FrameReader reader
        end local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/http2/Http2InboundFrameLogger;
            0    4     1  reader  Lio/netty/handler/codec/http2/Http2FrameReader;
            0    4     2  logger  Lio/netty/handler/codec/http2/Http2FrameLogger;
    MethodParameters:
        Name  Flags
      reader  
      logger  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf input
        start local 3 // io.netty.handler.codec.http2.Http2FrameListener listener
         0: .line 41
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2InboundFrameLogger.reader:Lio/netty/handler/codec/http2/Http2FrameReader;
            aload 1 /* ctx */
            aload 2 /* input */
            new io.netty.handler.codec.http2.Http2InboundFrameLogger$1
            dup
            aload 0 /* this */
            aload 3 /* listener */
            invokespecial io.netty.handler.codec.http2.Http2InboundFrameLogger$1.<init>:(Lio/netty/handler/codec/http2/Http2InboundFrameLogger;Lio/netty/handler/codec/http2/Http2FrameListener;)V
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader.readFrame:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http2/Http2FrameListener;)V
         1: .line 136
            return
        end local 3 // io.netty.handler.codec.http2.Http2FrameListener listener
        end local 2 // io.netty.buffer.ByteBuf input
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/Http2InboundFrameLogger;
            0    2     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2     input  Lio/netty/buffer/ByteBuf;
            0    2     3  listener  Lio/netty/handler/codec/http2/Http2FrameListener;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
          Name  Flags
      ctx       
      input     
      listener  final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
         0: .line 140
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2InboundFrameLogger.reader:Lio/netty/handler/codec/http2/Http2FrameReader;
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader.close:()V
         1: .line 141
            return
        end local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/Http2InboundFrameLogger;

  public io.netty.handler.codec.http2.Http2FrameReader$Configuration configuration();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
         0: .line 145
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2InboundFrameLogger.reader:Lio/netty/handler/codec/http2/Http2FrameReader;
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader.configuration:()Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2InboundFrameLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2InboundFrameLogger;
}
SourceFile: "Http2InboundFrameLogger.java"
NestMembers:
  io.netty.handler.codec.http2.Http2InboundFrameLogger$1
InnerClasses:
  public abstract Configuration = io.netty.handler.codec.http2.Http2FrameReader$Configuration of io.netty.handler.codec.http2.Http2FrameReader
  io.netty.handler.codec.http2.Http2InboundFrameLogger$1