abstract class io.vertx.core.http.impl.VertxHttp2Stream<C extends io.vertx.core.http.impl.Http2ConnectionBase>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.VertxHttp2Stream
  super_class: java.lang.Object
{
  private static final io.vertx.core.MultiMap EMPTY;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final C conn;
    descriptor: Lio/vertx/core/http/impl/Http2ConnectionBase;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: TC;

  protected final io.vertx.core.impl.VertxInternal vertx;
    descriptor: Lio/vertx/core/impl/VertxInternal;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.vertx.core.impl.ContextInternal context;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected io.netty.handler.codec.http2.Http2Stream stream;
    descriptor: Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0004) ACC_PROTECTED

  private io.vertx.core.http.StreamPriority priority;
    descriptor: Lio/vertx/core/http/StreamPriority;
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.core.streams.impl.InboundBuffer<java.lang.Object> pending;
    descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;

  private boolean writable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long bytesRead;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bytesWritten;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  protected boolean isConnect;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 37
            new io.vertx.core.http.impl.headers.Http2HeadersAdaptor
            dup
            getstatic io.netty.handler.codec.http2.EmptyHttp2Headers.INSTANCE:Lio/netty/handler/codec/http2/EmptyHttp2Headers;
            invokespecial io.vertx.core.http.impl.headers.Http2HeadersAdaptor.<init>:(Lio/netty/handler/codec/http2/Http2Headers;)V
            putstatic io.vertx.core.http.impl.VertxHttp2Stream.EMPTY:Lio/vertx/core/MultiMap;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(C, io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.impl.Http2ConnectionBase conn
        start local 2 // io.vertx.core.impl.ContextInternal context
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* conn */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
         2: .line 54
            aload 0 /* this */
            aload 1 /* conn */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.vertx:()Lio/vertx/core/impl/VertxInternal;
            putfield io.vertx.core.http.impl.VertxHttp2Stream.vertx:Lio/vertx/core/impl/VertxInternal;
         3: .line 55
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
         4: .line 56
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 2 /* context */
            ldc 5
            invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;J)V
            putfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
         5: .line 57
            aload 0 /* this */
            getstatic io.vertx.core.http.impl.HttpUtils.DEFAULT_STREAM_PRIORITY:Lio/vertx/core/http/StreamPriority;
            putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
         6: .line 58
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
         7: .line 59
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.impl.VertxHttp2Stream.isConnect:Z
         8: .line 60
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 0 /* this */
            aload 1 /* conn */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/impl/Http2ConnectionBase;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$0(Lio/vertx/core/http/impl/Http2ConnectionBase;Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         9: .line 71
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 2 /* context */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/impl/ContextInternal.reportException(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
        10: .line 72
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.resume:()Z
            pop
        11: .line 73
            return
        end local 2 // io.vertx.core.impl.ContextInternal context
        end local 1 // io.vertx.core.http.impl.Http2ConnectionBase conn
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0   12     1     conn  TC;
            0   12     2  context  Lio/vertx/core/impl/ContextInternal;
    Signature: (TC;Lio/vertx/core/impl/ContextInternal;)V
    MethodParameters:
         Name  Flags
      conn     
      context  

  void init(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 76
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 77
            aload 0 /* this */
            aload 1 /* stream */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
         2: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.encoder:()Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.flowController:()Lio/netty/handler/codec/http2/Http2RemoteFlowController;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2RemoteFlowController.isWritable:(Lio/netty/handler/codec/http2/Http2Stream;)Z
            putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
         3: .line 76
            aload 2
            monitorexit
         4: goto 7
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.netty.handler.codec.http2.Http2Stream io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* stream */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            aload 0 /* this */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.setProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 81
            return
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    9     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
        Name  Flags
      stream  

  void onClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.flushBytesWritten:()V
         1: .line 85
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$3(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.execute:(Lio/vertx/core/Handler;)V
         2: .line 86
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // java.lang.Throwable cause
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* cause */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.handleException(Ljava/lang/Throwable;)V (5)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 90
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  void onReset(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // long code
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            lload 1 /* code */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.handleReset(J)V (5)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 94
            return
        end local 1 // long code
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  code  J
    MethodParameters:
      Name  Flags
      code  

  void onPriorityChange(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.StreamPriority newPriority
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* newPriority */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$6(Lio/vertx/core/http/StreamPriority;)V (7)
                  (Lio/vertx/core/http/StreamPriority;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 103
            return
        end local 1 // io.vertx.core.http.StreamPriority newPriority
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  newPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
             Name  Flags
      newPriority  

  void onCustomFrame(io.vertx.core.http.HttpFrame);
    descriptor: (Lio/vertx/core/http/HttpFrame;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.HttpFrame frame
         0: .line 106
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* frame */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.handleCustomFrame(Lio/vertx/core/http/HttpFrame;)V (5)
                  (Lio/vertx/core/http/HttpFrame;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 107
            return
        end local 1 // io.vertx.core.http.HttpFrame frame
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  frame  Lio/vertx/core/http/HttpFrame;
    MethodParameters:
       Name  Flags
      frame  

  void onHeaders(io.netty.handler.codec.http2.Http2Headers, io.vertx.core.http.StreamPriority);
    descriptor: (Lio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.handler.codec.http2.Http2Headers headers
        start local 2 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 110
            return
        end local 2 // io.vertx.core.http.StreamPriority streamPriority
        end local 1 // io.netty.handler.codec.http2.Http2Headers headers
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1         headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    1     2  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      headers         
      streamPriority  

  void onData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesRead:(J)V
         1: .line 114
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* data */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/streams/impl/InboundBuffer;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/streams/impl/InboundBuffer.write(Ljava/lang/Object;)Z (5)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         2: .line 115
            return
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    3     1  data  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  void onWritabilityChanged();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aconst_null
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$9(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 126
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  void onEnd();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 129
            aload 0 /* this */
            getstatic io.vertx.core.http.impl.VertxHttp2Stream.EMPTY:Lio/vertx/core/MultiMap;
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onEnd:(Lio/vertx/core/MultiMap;)V
         1: .line 130
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  void onEnd(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.MultiMap trailers
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.flushBytesRead:()V
         1: .line 134
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* trailers */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/streams/impl/InboundBuffer;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/streams/impl/InboundBuffer.write(Ljava/lang/Object;)Z (5)
                  (Lio/vertx/core/MultiMap;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         2: .line 135
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.isConnect:Z
            ifeq 4
         3: .line 136
            aload 0 /* this */
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            iconst_1
            aconst_null
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         4: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.MultiMap trailers
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    5     1  trailers  Lio/vertx/core/MultiMap;
    MethodParameters:
          Name  Flags
      trailers  

  public int id();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            ireturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  long bytesWritten();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
            lreturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  long bytesRead();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 149
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
            lreturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  public void doPause();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 154
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  public void doFetch(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // long amount
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            lload 1 /* amount */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
            pop
         1: .line 158
            return
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public synchronized boolean isNotWritable();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  public final void writeFrame(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.netty.buffer.ByteBuf payload
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 4 /* eventLoop */
        start local 4 // io.netty.channel.EventLoop eventLoop
         1: .line 166
            aload 4 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 4
         2: .line 167
            aload 0 /* this */
            iload 1 /* type */
            iload 2 /* flags */
            aload 3 /* payload */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteFrame:(IILio/netty/buffer/ByteBuf;)V
         3: .line 168
            goto 5
         4: .line 169
      StackMap locals: io.netty.channel.EventLoop
      StackMap stack:
            aload 4 /* eventLoop */
            aload 0 /* this */
            iload 1 /* type */
            iload 2 /* flags */
            aload 3 /* payload */
            invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;IILio/netty/buffer/ByteBuf;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$11(IILio/netty/buffer/ByteBuf;)V (7)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         5: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.netty.channel.EventLoop eventLoop
        end local 3 // io.netty.buffer.ByteBuf payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    6     1       type  I
            0    6     2      flags  I
            0    6     3    payload  Lio/netty/buffer/ByteBuf;
            1    6     4  eventLoop  Lio/netty/channel/EventLoop;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  private void doWriteFrame(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.netty.buffer.ByteBuf payload
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            iload 1 /* type */
            i2b
            iload 2 /* flags */
            i2s
            aload 3 /* payload */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeFrame:(Lio/netty/handler/codec/http2/Http2Stream;BSLio/netty/buffer/ByteBuf;)V
         1: .line 175
            return
        end local 3 // io.netty.buffer.ByteBuf payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1     type  I
            0    2     2    flags  I
            0    2     3  payload  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  final void writeHeaders(io.netty.handler.codec.http2.Http2Headers, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.handler.codec.http2.Http2Headers headers
        start local 2 // boolean end
        start local 3 // io.vertx.core.Handler handler
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 4 /* eventLoop */
        start local 4 // io.netty.channel.EventLoop eventLoop
         1: .line 179
            aload 4 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 4
         2: .line 180
            aload 0 /* this */
            aload 1 /* headers */
            iload 2 /* end */
            aload 3 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
         3: .line 181
            goto 5
         4: .line 182
      StackMap locals: io.netty.channel.EventLoop
      StackMap stack:
            aload 4 /* eventLoop */
            aload 0 /* this */
            aload 1 /* headers */
            iload 2 /* end */
            aload 3 /* handler */
            invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$12(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V (7)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         5: .line 184
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.netty.channel.EventLoop eventLoop
        end local 3 // io.vertx.core.Handler handler
        end local 2 // boolean end
        end local 1 // io.netty.handler.codec.http2.Http2Headers headers
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    6     1    headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    6     2        end  Z
            0    6     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    6     4  eventLoop  Lio/netty/channel/EventLoop;
    Signature: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      headers  
      end      
      handler  

  void doWriteHeaders(io.netty.handler.codec.http2.Http2Headers, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.handler.codec.http2.Http2Headers headers
        start local 2 // boolean end
        start local 3 // io.vertx.core.Handler handler
         0: .line 187
            aload 3 /* handler */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 3 /* handler */
            invokeinterface io.vertx.core.impl.ContextInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
      StackMap locals:
      StackMap stack: io.vertx.core.impl.future.PromiseInternal
         2: astore 4 /* promise */
        start local 4 // io.netty.util.concurrent.FutureListener promise
         3: .line 188
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            aload 1 /* headers */
            iload 2 /* end */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
            invokevirtual io.vertx.core.http.StreamPriority.getDependency:()I
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
            invokevirtual io.vertx.core.http.StreamPriority.getWeight:()S
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
            invokevirtual io.vertx.core.http.StreamPriority.isExclusive:()Z
            aload 4 /* promise */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeHeaders:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/handler/codec/http2/Http2Headers;ZISZLio/netty/util/concurrent/FutureListener;)V
         4: .line 189
            return
        end local 4 // io.netty.util.concurrent.FutureListener promise
        end local 3 // io.vertx.core.Handler handler
        end local 2 // boolean end
        end local 1 // io.netty.handler.codec.http2.Http2Headers headers
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    5     1  headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    5     2      end  Z
            0    5     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            3    5     4  promise  Lio/netty/util/concurrent/FutureListener<Ljava/lang/Void;>;
    Signature: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      headers  
      end      
      handler  

  private void writePriorityFrame(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.StreamPriority priority
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.StreamPriority.getDependency:()I
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.StreamPriority.getWeight:()S
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.StreamPriority.isExclusive:()Z
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writePriority:(Lio/netty/handler/codec/http2/Http2Stream;ISZ)V
         1: .line 193
            return
        end local 1 // io.vertx.core.http.StreamPriority priority
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  priority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
          Name  Flags
      priority  

  final void writeData(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.buffer.ByteBuf chunk
        start local 2 // boolean end
        start local 3 // io.vertx.core.Handler handler
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
            astore 4 /* ctx */
        start local 4 // io.vertx.core.impl.ContextInternal ctx
         1: .line 197
            aload 4 /* ctx */
            invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 5 /* eventLoop */
        start local 5 // io.netty.channel.EventLoop eventLoop
         2: .line 198
            aload 5 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 5
         3: .line 199
            aload 0 /* this */
            aload 1 /* chunk */
            iload 2 /* end */
            aload 3 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         4: .line 200
            goto 6
         5: .line 201
      StackMap locals: io.vertx.core.impl.ContextInternal io.netty.channel.EventLoop
      StackMap stack:
            aload 5 /* eventLoop */
            aload 0 /* this */
            aload 1 /* chunk */
            iload 2 /* end */
            aload 3 /* handler */
            invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$13(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V (7)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         6: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.netty.channel.EventLoop eventLoop
        end local 4 // io.vertx.core.impl.ContextInternal ctx
        end local 3 // io.vertx.core.Handler handler
        end local 2 // boolean end
        end local 1 // io.netty.buffer.ByteBuf chunk
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    7     1      chunk  Lio/netty/buffer/ByteBuf;
            0    7     2        end  Z
            0    7     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    7     4        ctx  Lio/vertx/core/impl/ContextInternal;
            2    7     5  eventLoop  Lio/netty/channel/EventLoop;
    Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      end      
      handler  

  void doWriteData(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.buffer.ByteBuf buf
        start local 2 // boolean end
        start local 3 // io.vertx.core.Handler handler
         0: .line 207
            aload 1 /* buf */
            ifnonnull 3
            iload 2 /* end */
            ifeq 3
         1: .line 208
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            astore 4 /* chunk */
        start local 4 // io.netty.buffer.ByteBuf chunk
         2: .line 209
            goto 4
        end local 4 // io.netty.buffer.ByteBuf chunk
         3: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            astore 4 /* chunk */
        start local 4 // io.netty.buffer.ByteBuf chunk
         4: .line 212
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 4 /* chunk */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 5 /* numOfBytes */
        start local 5 // int numOfBytes
         5: .line 213
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
            iload 5 /* numOfBytes */
            i2l
            ladd
            putfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
         6: .line 214
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            iload 5 /* numOfBytes */
            i2l
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesWritten:(J)V
         7: .line 215
            aload 3 /* handler */
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals: int
      StackMap stack:
         8: aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 3 /* handler */
            invokeinterface io.vertx.core.impl.ContextInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
      StackMap locals:
      StackMap stack: io.vertx.core.impl.future.PromiseInternal
         9: astore 6 /* promise */
        start local 6 // io.netty.util.concurrent.FutureListener promise
        10: .line 216
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            aload 4 /* chunk */
            iload 2 /* end */
            aload 6 /* promise */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeData:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;ZLio/netty/util/concurrent/FutureListener;)V
        11: .line 217
            return
        end local 6 // io.netty.util.concurrent.FutureListener promise
        end local 5 // int numOfBytes
        end local 4 // io.netty.buffer.ByteBuf chunk
        end local 3 // io.vertx.core.Handler handler
        end local 2 // boolean end
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0   12     1         buf  Lio/netty/buffer/ByteBuf;
            0   12     2         end  Z
            0   12     3     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            2    3     4       chunk  Lio/netty/buffer/ByteBuf;
            4   12     4       chunk  Lio/netty/buffer/ByteBuf;
            5   12     5  numOfBytes  I
           10   12     6     promise  Lio/netty/util/concurrent/FutureListener<Ljava/lang/Void;>;
    Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      buf      
      end      
      handler  

  final void writeReset(long);
    descriptor: (J)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // long code
         0: .line 220
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 3 /* eventLoop */
        start local 3 // io.netty.channel.EventLoop eventLoop
         1: .line 221
            aload 3 /* eventLoop */
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifeq 4
         2: .line 222
            aload 0 /* this */
            lload 1 /* code */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteReset:(J)V
         3: .line 223
            goto 5
         4: .line 224
      StackMap locals: io.netty.channel.EventLoop
      StackMap stack:
            aload 3 /* eventLoop */
            aload 0 /* this */
            lload 1 /* code */
            invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;J)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$14(J)V (7)
                  ()V
            invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
         5: .line 226
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.channel.EventLoop eventLoop
        end local 1 // long code
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    6     1       code  J
            1    6     3  eventLoop  Lio/netty/channel/EventLoop;
    MethodParameters:
      Name  Flags
      code  

  private void doWriteReset(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // long code
         0: .line 230
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 231
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            goto 3
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream long top io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* streamId */
        start local 3 // int streamId
         4: .line 230
            aload 4
            monitorexit
         5: goto 8
        end local 3 // int streamId
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 4
            monitorexit
         7: athrow
        start local 3 // int streamId
         8: .line 233
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream long int
      StackMap stack:
            iload 3 /* streamId */
            iconst_m1
            if_icmpeq 11
         9: .line 234
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            iload 3 /* streamId */
            lload 1 /* code */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeReset:(IJ)V
        10: .line 235
            goto 12
        11: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* code */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleReset:(J)V
        12: .line 239
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int streamId
        end local 1 // long code
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0   13     1      code  J
            4    6     3  streamId  I
            8   13     3  streamId  I
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      code  

  void handleWritabilityChanged(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // boolean writable
         0: .line 242
            return
        end local 1 // boolean writable
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1  writable  Z
    MethodParameters:
          Name  Flags
      writable  

  void handleData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.buffer.Buffer buf
         0: .line 245
            return
        end local 1 // io.vertx.core.buffer.Buffer buf
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1   buf  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      buf   

  void handleCustomFrame(io.vertx.core.http.HttpFrame);
    descriptor: (Lio/vertx/core/http/HttpFrame;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.HttpFrame frame
         0: .line 248
            return
        end local 1 // io.vertx.core.http.HttpFrame frame
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1  frame  Lio/vertx/core/http/HttpFrame;
    MethodParameters:
       Name  Flags
      frame  

  void handleEnd(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.MultiMap trailers
         0: .line 251
            return
        end local 1 // io.vertx.core.MultiMap trailers
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1  trailers  Lio/vertx/core/MultiMap;
    MethodParameters:
          Name  Flags
      trailers  

  void handleReset(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // long errorCode
         0: .line 254
            return
        end local 1 // long errorCode
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1  errorCode  J
    MethodParameters:
           Name  Flags
      errorCode  

  void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // java.lang.Throwable cause
         0: .line 257
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  void handleClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 260
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  synchronized void priority(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 263
            aload 0 /* this */
            aload 1 /* streamPriority */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
         1: .line 264
            return
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

  synchronized io.vertx.core.http.StreamPriority priority();
    descriptor: ()Lio/vertx/core/http/StreamPriority;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 267
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  synchronized void updatePriority(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.StreamPriority priority
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.StreamPriority.equals:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 272
            aload 0 /* this */
            aload 1 /* priority */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
         2: .line 273
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            ifnull 4
         3: .line 274
            aload 0 /* this */
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.writePriorityFrame:(Lio/vertx/core/http/StreamPriority;)V
         4: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.StreamPriority priority
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    5     1  priority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
          Name  Flags
      priority  

  void handlePriorityChange(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.StreamPriority newPriority
         0: .line 280
            return
        end local 1 // io.vertx.core.http.StreamPriority newPriority
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1  newPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
             Name  Flags
      newPriority  

  private void lambda$0(io.vertx.core.http.impl.Http2ConnectionBase, java.lang.Object);
    descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 2 // java.lang.Object item
         0: .line 61
            aload 2 /* item */
            instanceof io.vertx.core.MultiMap
            ifeq 3
         1: .line 62
            aload 0 /* this */
            aload 2 /* item */
            checkcast io.vertx.core.MultiMap
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleEnd:(Lio/vertx/core/MultiMap;)V
         2: .line 63
            goto 8
         3: .line 64
      StackMap locals:
      StackMap stack:
            aload 2 /* item */
            checkcast io.vertx.core.buffer.Buffer
            astore 3 /* data */
        start local 3 // io.vertx.core.buffer.Buffer data
         4: .line 65
            aload 3 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 4 /* len */
        start local 4 // int len
         5: .line 66
            aload 1
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
            aconst_null
            aload 0 /* this */
            aload 1
            iload 4 /* len */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/impl/Http2ConnectionBase;I)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/VertxHttp2Stream.lambda$1(Lio/vertx/core/http/impl/Http2ConnectionBase;ILjava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         6: .line 67
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
            aload 3 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
            ladd
            putfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
         7: .line 68
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleData:(Lio/vertx/core/buffer/Buffer;)V
        end local 4 // int len
        end local 3 // io.vertx.core.buffer.Buffer data
         8: .line 70
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object item
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    9     2  item  Ljava/lang/Object;
            4    8     3  data  Lio/vertx/core/buffer/Buffer;
            5    8     4   len  I

  private void lambda$3(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // java.lang.Void v
         0: .line 85
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleClose:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$6(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.StreamPriority priority
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.StreamPriority.equals:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 99
            aload 0 /* this */
            aload 1 /* priority */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
         2: .line 100
            aload 0 /* this */
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handlePriorityChange:(Lio/vertx/core/http/StreamPriority;)V
         3: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.StreamPriority priority
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    4     1  priority  Lio/vertx/core/http/StreamPriority;

  private void lambda$9(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // java.lang.Object v
         0: .line 120
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 121
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream java.lang.Object top io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream
         2: iconst_1
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream java.lang.Object top io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream int
         3: putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
         4: .line 122
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
            istore 2 /* w */
        start local 2 // boolean w
         5: .line 120
            aload 3
            monitorexit
         6: goto 9
        end local 2 // boolean w
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
        start local 2 // boolean w
         9: .line 124
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* w */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleWritabilityChanged:(Z)V
        end local 2 // boolean w
        10: .line 125
            return
        end local 1 // java.lang.Object v
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0   11     1     v  Ljava/lang/Object;
            5    7     2     w  Z
            9   10     2     w  Z
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  private void lambda$11(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 169
            aload 0 /* this */
            iload 1
            iload 2
            aload 3
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteFrame:(IILio/netty/buffer/ByteBuf;)V
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  private void lambda$12(io.netty.handler.codec.http2.Http2Headers, boolean, io.vertx.core.Handler);
    descriptor: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 182
            aload 0 /* this */
            aload 1
            iload 2
            aload 3
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  private void lambda$13(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler);
    descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 201
            aload 0 /* this */
            aload 1
            iload 2
            aload 3
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  private void lambda$14(long);
    descriptor: (J)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 224
            aload 0 /* this */
            lload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteReset:(J)V
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;

  private void lambda$1(io.vertx.core.http.impl.Http2ConnectionBase, int, java.lang.Object);
    descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;ILjava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 3 // java.lang.Object v
         0: .line 66
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            iload 2
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.consumeCredits:(Lio/netty/handler/codec/http2/Http2Stream;I)V
            return
        end local 3 // java.lang.Object v
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     3     v  Ljava/lang/Object;
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Ljava/lang/Object;
SourceFile: "VertxHttp2Stream.java"
InnerClasses:
  public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles