public class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder implements io.netty.handler.codec.http2.Http2ConnectionDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
  super_class: java.lang.Object
{
  private static final io.netty.util.internal.logging.InternalLogger logger;
    descriptor: Lio/netty/util/internal/logging/InternalLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private io.netty.handler.codec.http2.Http2FrameListener internalFrameListener;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameListener;
    flags: (0x0002) ACC_PRIVATE

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

  private io.netty.handler.codec.http2.Http2LifecycleManager lifecycleManager;
    descriptor: Lio/netty/handler/codec/http2/Http2LifecycleManager;
    flags: (0x0002) ACC_PRIVATE

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

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

  private io.netty.handler.codec.http2.Http2FrameListener listener;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameListener;
    flags: (0x0002) ACC_PRIVATE

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
            putstatic io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.logger:Lio/netty/util/internal/logging/InternalLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.netty.handler.codec.http2.Http2Connection, io.netty.handler.codec.http2.Http2ConnectionEncoder, io.netty.handler.codec.http2.Http2FrameReader);
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2FrameReader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
        start local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        start local 3 // io.netty.handler.codec.http2.Http2FrameReader frameReader
         0: .line 64
            aload 0 /* this */
            aload 1 /* connection */
            aload 2 /* encoder */
            aload 3 /* frameReader */
            getstatic io.netty.handler.codec.http2.Http2PromisedRequestVerifier.ALWAYS_VERIFY:Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
            invokespecial io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.<init>:(Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2FrameReader;Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;)V
         1: .line 65
            return
        end local 3 // io.netty.handler.codec.http2.Http2FrameReader frameReader
        end local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    2     1   connection  Lio/netty/handler/codec/http2/Http2Connection;
            0    2     2      encoder  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            0    2     3  frameReader  Lio/netty/handler/codec/http2/Http2FrameReader;
    MethodParameters:
             Name  Flags
      connection   
      encoder      
      frameReader  

  public void <init>(io.netty.handler.codec.http2.Http2Connection, io.netty.handler.codec.http2.Http2ConnectionEncoder, io.netty.handler.codec.http2.Http2FrameReader, io.netty.handler.codec.http2.Http2PromisedRequestVerifier);
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2FrameReader;Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
        start local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        start local 3 // io.netty.handler.codec.http2.Http2FrameReader frameReader
        start local 4 // io.netty.handler.codec.http2.Http2PromisedRequestVerifier requestVerifier
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            new io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener
            dup
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;)V
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
         2: .line 71
            aload 0 /* this */
            aload 1 /* connection */
            ldc "connection"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2Connection
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
         3: .line 72
            aload 0 /* this */
            aload 3 /* frameReader */
            ldc "frameReader"
            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.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
         4: .line 73
            aload 0 /* this */
            aload 2 /* encoder */
            ldc "encoder"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2ConnectionEncoder
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
         5: .line 74
            aload 0 /* this */
            aload 4 /* requestVerifier */
            ldc "requestVerifier"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2PromisedRequestVerifier
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.requestVerifier:Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
         6: .line 75
            aload 1 /* connection */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
            ifnonnull 8
         7: .line 76
            aload 1 /* connection */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            new io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
            dup
            aload 1 /* connection */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.<init>:(Lio/netty/handler/codec/http2/Http2Connection;)V
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:(Lio/netty/handler/codec/http2/Http2FlowController;)V
         8: .line 78
      StackMap locals: io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder io.netty.handler.codec.http2.Http2Connection io.netty.handler.codec.http2.Http2ConnectionEncoder io.netty.handler.codec.http2.Http2FrameReader io.netty.handler.codec.http2.Http2PromisedRequestVerifier
      StackMap stack:
            aload 1 /* connection */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
            checkcast io.netty.handler.codec.http2.Http2LocalFlowController
            aload 2 /* encoder */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.frameWriter:()Lio/netty/handler/codec/http2/Http2FrameWriter;
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.frameWriter:(Lio/netty/handler/codec/http2/Http2FrameWriter;)Lio/netty/handler/codec/http2/Http2LocalFlowController;
            pop
         9: .line 79
            return
        end local 4 // io.netty.handler.codec.http2.Http2PromisedRequestVerifier requestVerifier
        end local 3 // io.netty.handler.codec.http2.Http2FrameReader frameReader
        end local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0   10     1       connection  Lio/netty/handler/codec/http2/Http2Connection;
            0   10     2          encoder  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            0   10     3      frameReader  Lio/netty/handler/codec/http2/Http2FrameReader;
            0   10     4  requestVerifier  Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
    MethodParameters:
                 Name  Flags
      connection       
      encoder          
      frameReader      
      requestVerifier  

  public void lifecycleManager(io.netty.handler.codec.http2.Http2LifecycleManager);
    descriptor: (Lio/netty/handler/codec/http2/Http2LifecycleManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2LifecycleManager lifecycleManager
         0: .line 83
            aload 0 /* this */
            aload 1 /* lifecycleManager */
            ldc "lifecycleManager"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2LifecycleManager
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.lifecycleManager:Lio/netty/handler/codec/http2/Http2LifecycleManager;
         1: .line 84
            return
        end local 1 // io.netty.handler.codec.http2.Http2LifecycleManager lifecycleManager
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    2     1  lifecycleManager  Lio/netty/handler/codec/http2/Http2LifecycleManager;
    MethodParameters:
                  Name  Flags
      lifecycleManager  

  public io.netty.handler.codec.http2.Http2Connection connection();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
         0: .line 88
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            areturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;

  public final io.netty.handler.codec.http2.Http2LocalFlowController flowController();
    descriptor: ()Lio/netty/handler/codec/http2/Http2LocalFlowController;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
         0: .line 93
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
            checkcast io.netty.handler.codec.http2.Http2LocalFlowController
            areturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;

  public void frameListener(io.netty.handler.codec.http2.Http2FrameListener);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2FrameListener listener
         0: .line 98
            aload 0 /* this */
            aload 1 /* listener */
            ldc "listener"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2FrameListener
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
         1: .line 99
            return
        end local 1 // io.netty.handler.codec.http2.Http2FrameListener listener
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    2     1  listener  Lio/netty/handler/codec/http2/Http2FrameListener;
    MethodParameters:
          Name  Flags
      listener  

  public io.netty.handler.codec.http2.Http2FrameListener frameListener();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
         0: .line 103
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
            areturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;

  io.netty.handler.codec.http2.Http2FrameListener internalFrameListener();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameListener;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
         0: .line 108
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
            areturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;

  public boolean prefaceReceived();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
         0: .line 113
            ldc Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder$FrameReadListener;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;

  public void decodeFrame(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: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf in
        start local 3 // java.util.List out
         0: .line 118
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
            aload 1 /* ctx */
            aload 2 /* in */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
            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 119
            return
        end local 3 // java.util.List out
        end local 2 // io.netty.buffer.ByteBuf in
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2    in  Lio/netty/buffer/ByteBuf;
            0    2     3   out  Ljava/util/List<Ljava/lang/Object;>;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      in    
      out   

  public io.netty.handler.codec.http2.Http2Settings localSettings();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
         0: .line 123
            new io.netty.handler.codec.http2.Http2Settings
            dup
            invokespecial io.netty.handler.codec.http2.Http2Settings.<init>:()V
            astore 1 /* settings */
        start local 1 // io.netty.handler.codec.http2.Http2Settings settings
         1: .line 124
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader.configuration:()Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
            astore 2 /* config */
        start local 2 // io.netty.handler.codec.http2.Http2FrameReader$Configuration config
         2: .line 125
            aload 2 /* config */
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader$Configuration.headersConfiguration:()Lio/netty/handler/codec/http2/Http2HeadersDecoder$Configuration;
            astore 3 /* headersConfig */
        start local 3 // io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration headersConfig
         3: .line 126
            aload 2 /* config */
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader$Configuration.frameSizePolicy:()Lio/netty/handler/codec/http2/Http2FrameSizePolicy;
            astore 4 /* frameSizePolicy */
        start local 4 // io.netty.handler.codec.http2.Http2FrameSizePolicy frameSizePolicy
         4: .line 127
            aload 1 /* settings */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.flowController:()Lio/netty/handler/codec/http2/Http2LocalFlowController;
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.initialWindowSize:()I
            invokevirtual io.netty.handler.codec.http2.Http2Settings.initialWindowSize:(I)Lio/netty/handler/codec/http2/Http2Settings;
            pop
         5: .line 128
            aload 1 /* settings */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.remote:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.maxActiveStreams:()I
            i2l
            invokevirtual io.netty.handler.codec.http2.Http2Settings.maxConcurrentStreams:(J)Lio/netty/handler/codec/http2/Http2Settings;
            pop
         6: .line 129
            aload 1 /* settings */
            aload 3 /* headersConfig */
            invokeinterface io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration.maxHeaderTableSize:()J
            invokevirtual io.netty.handler.codec.http2.Http2Settings.headerTableSize:(J)Lio/netty/handler/codec/http2/Http2Settings;
            pop
         7: .line 130
            aload 1 /* settings */
            aload 4 /* frameSizePolicy */
            invokeinterface io.netty.handler.codec.http2.Http2FrameSizePolicy.maxFrameSize:()I
            invokevirtual io.netty.handler.codec.http2.Http2Settings.maxFrameSize:(I)Lio/netty/handler/codec/http2/Http2Settings;
            pop
         8: .line 131
            aload 1 /* settings */
            aload 3 /* headersConfig */
            invokeinterface io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration.maxHeaderListSize:()J
            invokevirtual io.netty.handler.codec.http2.Http2Settings.maxHeaderListSize:(J)Lio/netty/handler/codec/http2/Http2Settings;
            pop
         9: .line 132
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.isServer:()Z
            ifne 11
        10: .line 134
            aload 1 /* settings */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.allowPushTo:()Z
            invokevirtual io.netty.handler.codec.http2.Http2Settings.pushEnabled:(Z)Lio/netty/handler/codec/http2/Http2Settings;
            pop
        11: .line 136
      StackMap locals: io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder io.netty.handler.codec.http2.Http2Settings io.netty.handler.codec.http2.Http2FrameReader$Configuration io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration io.netty.handler.codec.http2.Http2FrameSizePolicy
      StackMap stack:
            aload 1 /* settings */
            areturn
        end local 4 // io.netty.handler.codec.http2.Http2FrameSizePolicy frameSizePolicy
        end local 3 // io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration headersConfig
        end local 2 // io.netty.handler.codec.http2.Http2FrameReader$Configuration config
        end local 1 // io.netty.handler.codec.http2.Http2Settings settings
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            1   12     1         settings  Lio/netty/handler/codec/http2/Http2Settings;
            2   12     2           config  Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
            3   12     3    headersConfig  Lio/netty/handler/codec/http2/Http2HeadersDecoder$Configuration;
            4   12     4  frameSizePolicy  Lio/netty/handler/codec/http2/Http2FrameSizePolicy;

  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.DefaultHttp2ConnectionDecoder this
         0: .line 141
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader.close:()V
         1: .line 142
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;

  protected long calculateMaxHeaderListSizeGoAway(long);
    descriptor: (J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // long maxHeaderListSize
         0: .line 152
            lload 1 /* maxHeaderListSize */
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.calculateMaxHeaderListSizeGoAway:(J)J
            lreturn
        end local 1 // long maxHeaderListSize
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    1     1  maxHeaderListSize  J
    MethodParameters:
                   Name  Flags
      maxHeaderListSize  

  private int unconsumedBytes(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 156
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.flowController:()Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.unconsumedBytes:(Lio/netty/handler/codec/http2/Http2Stream;)I
            ireturn
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    1     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  

  void onGoAwayRead0(io.netty.channel.ChannelHandlerContext, int, long, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;IJLio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int lastStreamId
        start local 3 // long errorCode
        start local 5 // io.netty.buffer.ByteBuf debugData
         0: .line 161
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwayReceived:()Z
            ifeq 4
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.lastStreamKnownByPeer:()I
            iload 2 /* lastStreamId */
            if_icmpge 4
         1: .line 162
            getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "lastStreamId MUST NOT increase. Current value: %d new value: %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 163
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.lastStreamKnownByPeer:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* lastStreamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 162
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         4: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
            aload 1 /* ctx */
            iload 2 /* lastStreamId */
            lload 3 /* errorCode */
            aload 5 /* debugData */
            invokeinterface io.netty.handler.codec.http2.Http2FrameListener.onGoAwayRead:(Lio/netty/channel/ChannelHandlerContext;IJLio/netty/buffer/ByteBuf;)V
         5: .line 166
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            iload 2 /* lastStreamId */
            lload 3 /* errorCode */
            aload 5 /* debugData */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwayReceived:(IJLio/netty/buffer/ByteBuf;)V
         6: .line 167
            return
        end local 5 // io.netty.buffer.ByteBuf debugData
        end local 3 // long errorCode
        end local 2 // int lastStreamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    7     1           ctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2  lastStreamId  I
            0    7     3     errorCode  J
            0    7     5     debugData  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
              Name  Flags
      ctx           
      lastStreamId  
      errorCode     
      debugData     

  void onUnknownFrame0(io.netty.channel.ChannelHandlerContext, byte, int, io.netty.handler.codec.http2.Http2Flags, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // byte frameType
        start local 3 // int streamId
        start local 4 // io.netty.handler.codec.http2.Http2Flags flags
        start local 5 // io.netty.buffer.ByteBuf payload
         0: .line 171
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
            aload 1 /* ctx */
            iload 2 /* frameType */
            iload 3 /* streamId */
            aload 4 /* flags */
            aload 5 /* payload */
            invokeinterface io.netty.handler.codec.http2.Http2FrameListener.onUnknownFrame:(Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;)V
         1: .line 172
            return
        end local 5 // io.netty.buffer.ByteBuf payload
        end local 4 // io.netty.handler.codec.http2.Http2Flags flags
        end local 3 // int streamId
        end local 2 // byte frameType
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
            0    2     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2  frameType  B
            0    2     3   streamId  I
            0    2     4      flags  Lio/netty/handler/codec/http2/Http2Flags;
            0    2     5    payload  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
           Name  Flags
      ctx        
      frameType  
      streamId   
      flags      
      payload    
}
SourceFile: "DefaultHttp2ConnectionDecoder.java"
NestMembers:
  io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener  io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener
InnerClasses:
  private final FrameReadListener = io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener of io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
  private final PrefaceFrameListener = io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener of io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
  public abstract Endpoint = io.netty.handler.codec.http2.Http2Connection$Endpoint of io.netty.handler.codec.http2.Http2Connection
  public abstract Configuration = io.netty.handler.codec.http2.Http2FrameReader$Configuration of io.netty.handler.codec.http2.Http2FrameReader
  public abstract Configuration = io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration of io.netty.handler.codec.http2.Http2HeadersDecoder