final class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler extends io.netty.handler.codec.ByteToMessageDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler
  super_class: io.netty.handler.codec.ByteToMessageDecoder
{
  final io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler this$0;
    descriptor: Lio/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler 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 81
            getstatic io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.CONNECTION_PREFACE:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 4 /* prefaceLength */
        start local 4 // int prefaceLength
         1: .line 82
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            iload 4 /* prefaceLength */
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* bytesRead */
        start local 5 // int bytesRead
         2: .line 84
            getstatic io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.CONNECTION_PREFACE:Lio/netty/buffer/ByteBuf;
            getstatic io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.CONNECTION_PREFACE:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
         3: .line 85
            aload 2 /* in */
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 5 /* bytesRead */
         4: .line 84
            invokestatic io.netty.buffer.ByteBufUtil.equals:(Lio/netty/buffer/ByteBuf;ILio/netty/buffer/ByteBuf;II)Z
         5: .line 85
            ifne 8
         6: .line 86
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         7: .line 87
            goto 15
      StackMap locals: int int
      StackMap stack:
         8: iload 5 /* bytesRead */
            iload 4 /* prefaceLength */
            if_icmpne 15
         9: .line 90
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
        10: .line 91
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler.this$0:Lio/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler;
            getfield io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.httpServerCodec:Lio/netty/handler/codec/http/HttpServerCodec;
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
        11: .line 92
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler.this$0:Lio/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler;
            getfield io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.httpServerUpgradeHandler:Lio/netty/handler/codec/http/HttpServerUpgradeHandler;
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        12: .line 94
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.name:()Ljava/lang/String;
            aconst_null
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler.this$0:Lio/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler;
            getfield io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.http2ServerHandler:Lio/netty/channel/ChannelHandler;
            invokeinterface io.netty.channel.ChannelPipeline.addAfter:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        13: .line 95
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        14: .line 97
            aload 1 /* ctx */
            getstatic io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeUpgradeEvent.INSTANCE:Lio/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler$PriorKnowledgeUpgradeEvent;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
        15: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int bytesRead
        end local 4 // int prefaceLength
        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.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lio/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler;
            0   16     1            ctx  Lio/netty/channel/ChannelHandlerContext;
            0   16     2             in  Lio/netty/buffer/ByteBuf;
            0   16     3            out  Ljava/util/List<Ljava/lang/Object;>;
            1   16     4  prefaceLength  I
            2   16     5      bytesRead  I
    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   
}
SourceFile: "CleartextHttp2ServerUpgradeHandler.java"
NestHost: io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
InnerClasses:
  private final PriorKnowledgeHandler = io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeHandler of io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
  public final PriorKnowledgeUpgradeEvent = io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeUpgradeEvent of io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler