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 final io.netty.channel.ChannelHandlerContext handlerContext;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.netty.handler.codec.http2.Http2Stream stream;
    descriptor: Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  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 int pendingBytes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.MultiMap trailers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 33
            new io.vertx.core.http.impl.Http2HeadersAdaptor
            dup
            getstatic io.netty.handler.codec.http2.EmptyHttp2Headers.INSTANCE:Lio/netty/handler/codec/http2/EmptyHttp2Headers;
            invokespecial io.vertx.core.http.impl.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.netty.handler.codec.http2.Http2Stream, );
    descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.http.impl.Http2ConnectionBase conn
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
        start local 3 // boolean writable
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* conn */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
         2: .line 51
            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 52
            aload 0 /* this */
            aload 1 /* conn */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handlerContext:Lio/netty/channel/ChannelHandlerContext;
            putfield io.vertx.core.http.impl.VertxHttp2Stream.handlerContext:Lio/netty/channel/ChannelHandlerContext;
         4: .line 53
            aload 0 /* this */
            aload 2 /* stream */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
         5: .line 54
            aload 0 /* this */
            aload 1 /* conn */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
            putfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
         6: .line 55
            aload 0 /* this */
            iload 3 /* writable */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
         7: .line 56
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            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;
         8: .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;
         9: .line 59
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 0 /* this */
            aload 1 /* conn */
            aload 2 /* stream */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;)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;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
        10: .line 65
            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$1(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
        11: .line 75
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.exceptionHandler:()Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
        12: .line 77
            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
        13: .line 78
            return
        end local 3 // boolean writable
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        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   14     0      this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0   14     1      conn  TC;
            0   14     2    stream  Lio/netty/handler/codec/http2/Http2Stream;
            0   14     3  writable  Z
    Signature: (TC;Lio/netty/handler/codec/http2/Http2Stream;Z)V
    MethodParameters:
          Name  Flags
      conn      
      stream    
      writable  

  void onResetRead(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 81
            aload 0 /* this */
            lload 1 /* code */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleReset:(J)V
         1: .line 82
            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  

  boolean onDataRead(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 1 /* data */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            istore 2 /* read */
        start local 2 // boolean read
         1: .line 86
            iload 2 /* read */
            ifne 3
         2: .line 87
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            iadd
            putfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
         3: .line 89
      StackMap locals: int
      StackMap stack:
            iload 2 /* read */
            ireturn
        end local 2 // boolean read
        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    4     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    4     1  data  Lio/vertx/core/buffer/Buffer;
            1    4     2  read  Z
    MethodParameters:
      Name  Flags
      data  

  void onWritabilityChanged();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 94
            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 io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream
         2: iconst_1
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream int
         3: putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
         4: .line 95
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleInterestedOpsChanged:()V
         5: .line 93
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  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 100
            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 101
            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=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.vertx.core.MultiMap map
         0: .line 104
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 105
            aload 0 /* this */
            aload 1 /* map */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.trailers:Lio/vertx/core/MultiMap;
         2: .line 104
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.MultiMap io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
         7: .line 108
            return
        end local 1 // io.vertx.core.MultiMap map
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    8     1   map  Lio/vertx/core/MultiMap;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      map   

  int id();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 111
            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 115
            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 119
            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 123
            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 124
            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 127
            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 128
            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  

  boolean isNotWritable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 132
            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.Http2ConnectionBase
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 131
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        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;>;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  void writeFrame(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    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 137
            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 138
            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  

  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: (0x0000) 
    Code:
      stack=8, locals=4, 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 141
            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 3 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeHeaders:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/handler/codec/http2/Http2Headers;ZISZLio/vertx/core/Handler;)V
         1: .line 142
            return
        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    2     0     this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    2     2      end  Z
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<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 145
            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 146
            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  

  void writeData(io.netty.buffer.ByteBuf, boolean);
    descriptor: (Lio/netty/buffer/ByteBuf;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // io.netty.buffer.ByteBuf chunk
        start local 2 // boolean end
         0: .line 149
            aload 0 /* this */
            aload 1 /* chunk */
            iload 2 /* end */
            aconst_null
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.writeData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         1: .line 150
            return
        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    2     0   this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    2     1  chunk  Lio/netty/buffer/ByteBuf;
            0    2     2    end  Z
    MethodParameters:
       Name  Flags
      chunk  
      end    

  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: (0x0000) 
    Code:
      stack=5, locals=4, 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 153
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
            aload 1 /* chunk */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            ladd
            putfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
         1: .line 154
            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 /* chunk */
            iload 2 /* end */
            aload 3 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeData:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         2: .line 155
            return
        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    3     0     this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    3     1    chunk  Lio/netty/buffer/ByteBuf;
            0    3     2      end  Z
            0    3     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      end      
      handler  

  void writeReset(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 1 // long code
         0: .line 158
            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;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            lload 1 /* code */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeReset:(IJ)V
         1: .line 159
            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 handleInterestedOpsChanged();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 162
            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;>;

  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 165
            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(int, int, io.vertx.core.buffer.Buffer);
    descriptor: (IILio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=0, 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.vertx.core.buffer.Buffer buff
         0: .line 168
            return
        end local 3 // io.vertx.core.buffer.Buffer buff
        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    1     0   this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    1     1   type  I
            0    1     2  flags  I
            0    1     3   buff  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      type   
      flags  
      buff   

  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 171
            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 174
            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 177
            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=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
         0: .line 180
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesWritten:(J)V
         1: .line 181
            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;>;

  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 184
            aload 0 /* this */
            aload 1 /* streamPriority */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
         1: .line 185
            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 188
            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 192
            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 193
            aload 0 /* this */
            aload 1 /* priority */
            putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
         2: .line 194
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.isHeadersSent:()Z
            ifeq 4
         3: .line 195
            aload 0 /* this */
            aload 1 /* priority */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.writePriorityFrame:(Lio/vertx/core/http/StreamPriority;)V
         4: .line 198
      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  

  abstract void handlePriorityChange(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      streamPriority  

  private void lambda$0(io.vertx.core.http.impl.Http2ConnectionBase, io.netty.handler.codec.http2.Http2Stream, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 3 // java.lang.Void v
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
            istore 4 /* numBytes */
        start local 4 // int numBytes
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
         2: .line 62
            aload 1
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 2
            iload 4 /* numBytes */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.consume:(Lio/netty/handler/codec/http2/Http2Stream;I)V
        end local 4 // int numBytes
         3: .line 63
            return
        end local 3 // java.lang.Void v
        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     3         v  Ljava/lang/Void;
            1    3     4  numBytes  I

  private void lambda$1(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=4, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
        start local 2 // java.lang.Object buff
         0: .line 66
            aload 2 /* buff */
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            if_acmpne 4
         1: .line 67
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesRead:(J)V
         2: .line 68
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.trailers:Lio/vertx/core/MultiMap;
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleEnd:(Lio/vertx/core/MultiMap;)V
         3: .line 69
            goto 7
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 2 /* buff */
            checkcast io.vertx.core.buffer.Buffer
            astore 3 /* data */
        start local 3 // io.vertx.core.buffer.Buffer data
         5: .line 71
            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
         6: .line 72
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleData:(Lio/vertx/core/buffer/Buffer;)V
        end local 3 // io.vertx.core.buffer.Buffer data
         7: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object buff
        end local 0 // io.vertx.core.http.impl.VertxHttp2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
            0    8     2  buff  Ljava/lang/Object;
            5    7     3  data  Lio/vertx/core/buffer/Buffer;
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Ljava/lang/Object;
SourceFile: "VertxHttp2Stream.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles