abstract class io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder
  super_class: java.lang.Object
{
  final io.netty.handler.codec.http2.Http2ConnectionHandler this$0;
    descriptor: Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.netty.handler.codec.http2.Http2ConnectionHandler);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
         0: .line 209
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$BaseDecoder;
    MethodParameters:
        Name  Flags
      this$0  final

  public abstract void decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      in    
      out   

  public void handlerRemoved(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 211
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$BaseDecoder;
            0    1     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void channelActive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 212
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$BaseDecoder;
            0    1     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void channelInactive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 216
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.encoder:()Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.close:()V
         1: .line 217
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.close:()V
         2: .line 221
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.voidPromise:()Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.close:(Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
            pop
         3: .line 222
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$BaseDecoder;
            0    4     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public boolean prefaceSent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
         0: .line 228
            iconst_1
            ireturn
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$BaseDecoder;
}
SourceFile: "Http2ConnectionHandler.java"
NestHost: io.netty.handler.codec.http2.Http2ConnectionHandler
InnerClasses:
  private abstract BaseDecoder = io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder of io.netty.handler.codec.http2.Http2ConnectionHandler