abstract class io.vertx.core.http.impl.Http2ClientConnection$Stream extends io.vertx.core.http.impl.VertxHttp2Stream<io.vertx.core.http.impl.Http2ClientConnection>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.Http2ClientConnection$Stream
  super_class: io.vertx.core.http.impl.VertxHttp2Stream
{
  private final boolean push;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.http.impl.HttpResponseHead response;
    descriptor: Lio/vertx/core/http/impl/HttpResponseHead;
    flags: (0x0002) ACC_PRIVATE

  protected java.lang.Object metric;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object trace;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

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

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

  protected io.vertx.core.Handler<io.vertx.core.http.impl.HttpResponseHead> headHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/impl/HttpResponseHead;>;

  protected io.vertx.core.Handler<io.vertx.core.buffer.Buffer> chunkHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  protected io.vertx.core.Handler<io.vertx.core.MultiMap> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/MultiMap;>;

  protected io.vertx.core.Handler<io.vertx.core.http.StreamPriority> priorityHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;

  protected io.vertx.core.Handler<java.lang.Void> drainHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  protected io.vertx.core.Handler<java.lang.Void> continueHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  protected io.vertx.core.Handler<io.vertx.core.http.HttpFrame> unknownFrameHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;

  protected io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  protected io.vertx.core.Handler<io.vertx.core.http.impl.HttpClientPush> pushHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/impl/HttpClientPush;>;

  void <init>(io.vertx.core.http.impl.Http2ClientConnection, io.vertx.core.impl.ContextInternal, boolean);
    descriptor: (Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/impl/ContextInternal;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
        start local 1 // io.vertx.core.http.impl.Http2ClientConnection conn
        start local 2 // io.vertx.core.impl.ContextInternal context
        start local 3 // boolean push
         0: .line 215
            aload 0 /* this */
            aload 1 /* conn */
            aload 2 /* context */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/impl/ContextInternal;)V
         1: .line 217
            aload 0 /* this */
            iload 3 /* push */
            putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.push:Z
         2: .line 218
            return
        end local 3 // boolean push
        end local 2 // io.vertx.core.impl.ContextInternal context
        end local 1 // io.vertx.core.http.impl.Http2ClientConnection conn
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            0    3     1     conn  Lio/vertx/core/http/impl/Http2ClientConnection;
            0    3     2  context  Lio/vertx/core/impl/ContextInternal;
            0    3     3     push  Z
    MethodParameters:
         Name  Flags
      conn     
      context  
      push     

  void onContinue();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
            aconst_null
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/Http2ClientConnection$Stream;)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/Http2ClientConnection$Stream.lambda$0(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 222
            return
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;

  abstract void handleContinue();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  public java.lang.Object metric();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;

  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=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
        start local 1 // io.netty.buffer.ByteBuf chunk
        start local 2 // boolean end
        start local 3 // io.vertx.core.Handler handler
         0: .line 232
            aload 0 /* this */
            aload 1 /* chunk */
            iload 2 /* end */
            aload 3 /* handler */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         1: .line 233
            iload 2 /* end */
            ifeq 3
         2: .line 234
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.endRequest:()V
         3: .line 236
      StackMap locals:
      StackMap stack:
            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.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            0    4     1    chunk  Lio/netty/buffer/ByteBuf;
            0    4     2      end  Z
            0    4     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 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=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream 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 240
            aload 0 /* this */
            ldc "CONNECT"
            aload 1 /* headers */
            invokeinterface io.netty.handler.codec.http2.Http2Headers.method:()Ljava/lang/CharSequence;
            invokevirtual java.lang.String.contentEquals:(Ljava/lang/CharSequence;)Z
            putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.isConnect:Z
         1: .line 241
            aload 0 /* this */
            aload 1 /* headers */
            iload 2 /* end */
            aload 3 /* handler */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.doWriteHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
         2: .line 242
            iload 2 /* end */
            ifeq 4
         3: .line 243
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.endRequest:()V
         4: .line 245
      StackMap locals:
      StackMap stack:
            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.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            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;>;>;
    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  

  protected void endRequest();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
         0: .line 248
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.requestEnded:Z
         1: .line 249
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 3
         2: .line 250
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.bytesWritten:()J
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.requestEnd:(Ljava/lang/Object;J)V
         3: .line 252
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;

  void onEnd(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
        start local 1 // io.vertx.core.MultiMap trailers
         0: .line 256
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.metricsEnd:(Lio/vertx/core/http/impl/Http2ClientConnection$Stream;)V
         1: .line 257
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
         2: .line 258
            aload 0 /* this */
            aload 1 /* trailers */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.onEnd:(Lio/vertx/core/MultiMap;)V
         3: .line 259
            return
        end local 1 // io.vertx.core.MultiMap trailers
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            0    4     1  trailers  Lio/vertx/core/MultiMap;
    MethodParameters:
          Name  Flags
      trailers  

  void onReset(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
        start local 1 // long code
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 2
         1: .line 264
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.requestReset:(Ljava/lang/Object;)V
         2: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* code */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.onReset:(J)V
         3: .line 267
            return
        end local 1 // long code
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            0    4     1  code  J
    MethodParameters:
      Name  Flags
      code  

  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=9, locals=6, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
        start local 1 // io.netty.handler.codec.http2.Http2Headers headers
        start local 2 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 271
            aload 2 /* streamPriority */
            ifnull 2
         1: .line 272
            aload 0 /* this */
            aload 2 /* streamPriority */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.priority:(Lio/vertx/core/http/StreamPriority;)V
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
            ifnonnull 24
         3: .line 278
            aload 1 /* headers */
            invokeinterface io.netty.handler.codec.http2.Http2Headers.status:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 3 /* status */
        start local 3 // int status
         4: .line 279
            iload 3 /* status */
            invokestatic io.netty.handler.codec.http.HttpResponseStatus.valueOf:(I)Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.reasonPhrase:()Ljava/lang/String;
            astore 4 /* statusMessage */
        start local 4 // java.lang.String statusMessage
         5: .line 280
            goto 10
        end local 4 // java.lang.String statusMessage
        end local 3 // int status
      StackMap locals:
      StackMap stack: java.lang.Exception
         6: astore 5 /* e */
        start local 5 // java.lang.Exception e
         7: .line 281
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.handleException:(Ljava/lang/Throwable;)V
         8: .line 282
            aload 0 /* this */
            lconst_1
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.writeReset:(J)V
         9: .line 283
            return
        end local 5 // java.lang.Exception e
        start local 3 // int status
        start local 4 // java.lang.String statusMessage
        10: .line 285
      StackMap locals: int java.lang.String
      StackMap stack:
            iload 3 /* status */
            bipush 100
            if_icmpne 13
        11: .line 286
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.onContinue:()V
        12: .line 287
            return
        13: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.vertx.core.http.impl.HttpResponseHead
            dup
        14: .line 290
            getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
        15: .line 291
            iload 3 /* status */
        16: .line 292
            aload 4 /* statusMessage */
        17: .line 293
            new io.vertx.core.http.impl.headers.Http2HeadersAdaptor
            dup
            aload 1 /* headers */
            invokespecial io.vertx.core.http.impl.headers.Http2HeadersAdaptor.<init>:(Lio/netty/handler/codec/http2/Http2Headers;)V
            invokespecial io.vertx.core.http.impl.HttpResponseHead.<init>:(Lio/vertx/core/http/HttpVersion;ILjava/lang/String;Lio/vertx/core/MultiMap;)V
        18: .line 289
            putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
        19: .line 294
            aload 1 /* headers */
            ldc ":status"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
            pop
        20: .line 296
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 22
        21: .line 297
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.responseBegin:(Ljava/lang/Object;Ljava/lang/Object;)V
        22: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.headHandler:Lio/vertx/core/Handler;
            ifnull 24
        23: .line 301
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.headHandler:Lio/vertx/core/Handler;
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
        end local 4 // java.lang.String statusMessage
        end local 3 // int status
        24: .line 304
      StackMap locals:
      StackMap stack:
            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.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   25     0            this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            0   25     1         headers  Lio/netty/handler/codec/http2/Http2Headers;
            0   25     2  streamPriority  Lio/vertx/core/http/StreamPriority;
            4    6     3          status  I
           10   24     3          status  I
            5    6     4   statusMessage  Ljava/lang/String;
           10   24     4   statusMessage  Ljava/lang/String;
            7   10     5               e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.Exception
    MethodParameters:
                Name  Flags
      headers         
      streamPriority  

  void onClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
         0: .line 308
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 3
         1: .line 309
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.requestEnded:Z
            ifeq 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
            ifne 3
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.requestReset:(Ljava/lang/Object;)V
         3: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
            astore 1 /* tracer */
        start local 1 // io.vertx.core.spi.tracing.VertxTracer tracer
         4: .line 314
            aload 1 /* tracer */
            ifnull 10
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.trace:Ljava/lang/Object;
            ifnull 10
         5: .line 316
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
            ifeq 8
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.requestEnded:Z
            ifeq 8
         6: .line 317
            aconst_null
            astore 2 /* err */
        start local 2 // io.vertx.core.VertxException err
         7: .line 318
            goto 9
        end local 2 // io.vertx.core.VertxException err
         8: .line 319
      StackMap locals: io.vertx.core.spi.tracing.VertxTracer
      StackMap stack:
            getstatic io.vertx.core.net.impl.ConnectionBase.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
            astore 2 /* err */
        start local 2 // io.vertx.core.VertxException err
         9: .line 321
      StackMap locals: io.vertx.core.VertxException
      StackMap stack:
            aload 1 /* tracer */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.trace:Ljava/lang/Object;
            aload 2 /* err */
            getstatic io.vertx.core.http.impl.HttpUtils.CLIENT_RESPONSE_TAG_EXTRACTOR:Lio/vertx/core/spi/tracing/TagExtractor;
            invokeinterface io.vertx.core.spi.tracing.VertxTracer.receiveResponse:(Lio/vertx/core/Context;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;Lio/vertx/core/spi/tracing/TagExtractor;)V
        end local 2 // io.vertx.core.VertxException err
        10: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
            ifne 12
        11: .line 324
            aload 0 /* this */
            getstatic io.vertx.core.http.impl.Http2ClientConnection.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.onError:(Ljava/lang/Throwable;)V
        12: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.onClose:()V
        13: .line 329
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.push:Z
            ifne 15
        14: .line 330
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ClientConnection
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.recycle:()V
        15: .line 334
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.spi.tracing.VertxTracer tracer
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            4   16     1  tracer  Lio/vertx/core/spi/tracing/VertxTracer;
            7    8     2     err  Lio/vertx/core/VertxException;
            9   10     2     err  Lio/vertx/core/VertxException;

  private void lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
        start local 1 // java.lang.Object v
         0: .line 221
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.handleContinue:()V
            return
        end local 1 // java.lang.Object v
        end local 0 // io.vertx.core.http.impl.Http2ClientConnection$Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
            0    1     1     v  Ljava/lang/Object;
}
Signature: Lio/vertx/core/http/impl/VertxHttp2Stream<Lio/vertx/core/http/impl/Http2ClientConnection;>;
SourceFile: "Http2ClientConnection.java"
NestHost: io.vertx.core.http.impl.Http2ClientConnection
InnerClasses:
  abstract Stream = io.vertx.core.http.impl.Http2ClientConnection$Stream of io.vertx.core.http.impl.Http2ClientConnection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles