abstract class io.vertx.core.http.impl.Http2ServerStream extends io.vertx.core.http.impl.VertxHttp2Stream<io.vertx.core.http.impl.Http2ServerConnection>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.Http2ServerStream
  super_class: io.vertx.core.http.impl.VertxHttp2Stream
{
  protected final java.lang.String rawMethod;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.vertx.core.http.HttpMethod method;
    descriptor: Lio/vertx/core/http/HttpMethod;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String uri;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String contentEncoding;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  private java.lang.Object metric;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.vertx.core.http.impl.Http2ServerConnection, io.netty.handler.codec.http2.Http2Stream, java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, boolean);
    descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // io.vertx.core.http.impl.Http2ServerStream this
        start local 1 // io.vertx.core.http.impl.Http2ServerConnection conn
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
        start local 3 // java.lang.String contentEncoding
        start local 4 // io.vertx.core.http.HttpMethod method
        start local 5 // java.lang.String uri
        start local 6 // boolean writable
         0: .line 40
            aload 0 /* this */
            aload 1 /* conn */
            aload 2 /* stream */
            iload 6 /* writable */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
         1: .line 42
            aload 0 /* this */
            aload 4 /* method */
            putfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
         2: .line 43
            aload 0 /* this */
            aload 4 /* method */
            invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
            putfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
         3: .line 44
            aload 0 /* this */
            aload 3 /* contentEncoding */
            putfield io.vertx.core.http.impl.Http2ServerStream.contentEncoding:Ljava/lang/String;
         4: .line 45
            aload 0 /* this */
            aload 5 /* uri */
            putfield io.vertx.core.http.impl.Http2ServerStream.uri:Ljava/lang/String;
         5: .line 46
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.Http2ServerStream.host:Ljava/lang/String;
         6: .line 47
            aload 0 /* this */
            new io.vertx.core.http.impl.Http2ServerResponseImpl
            dup
            aload 1 /* conn */
            aload 0 /* this */
            aload 4 /* method */
            iconst_1
            aload 3 /* contentEncoding */
            aconst_null
            invokespecial io.vertx.core.http.impl.Http2ServerResponseImpl.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/http/impl/Http2ServerStream;Lio/vertx/core/http/HttpMethod;ZLjava/lang/String;Ljava/lang/String;)V
            putfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
         7: .line 48
            return
        end local 6 // boolean writable
        end local 5 // java.lang.String uri
        end local 4 // io.vertx.core.http.HttpMethod method
        end local 3 // java.lang.String contentEncoding
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        end local 1 // io.vertx.core.http.impl.Http2ServerConnection conn
        end local 0 // io.vertx.core.http.impl.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lio/vertx/core/http/impl/Http2ServerStream;
            0    8     1             conn  Lio/vertx/core/http/impl/Http2ServerConnection;
            0    8     2           stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    8     3  contentEncoding  Ljava/lang/String;
            0    8     4           method  Lio/vertx/core/http/HttpMethod;
            0    8     5              uri  Ljava/lang/String;
            0    8     6         writable  Z
    MethodParameters:
                 Name  Flags
      conn             
      stream           
      contentEncoding  
      method           
      uri              
      writable         

  void <init>(io.vertx.core.http.impl.Http2ServerConnection, io.netty.handler.codec.http2.Http2Stream, io.netty.handler.codec.http2.Http2Headers, java.lang.String, java.lang.String, boolean);
    descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=9, locals=9, args_size=7
        start local 0 // io.vertx.core.http.impl.Http2ServerStream this
        start local 1 // io.vertx.core.http.impl.Http2ServerConnection conn
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
        start local 3 // io.netty.handler.codec.http2.Http2Headers headers
        start local 4 // java.lang.String contentEncoding
        start local 5 // java.lang.String serverOrigin
        start local 6 // boolean writable
         0: .line 51
            aload 0 /* this */
            aload 1 /* conn */
            aload 2 /* stream */
            iload 6 /* writable */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
         1: .line 53
            aload 3 /* headers */
            ldc ":authority"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
            aload 3 /* headers */
            ldc ":authority"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            goto 3
      StackMap locals: io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.impl.Http2ServerConnection io.netty.handler.codec.http2.Http2Stream io.netty.handler.codec.http2.Http2Headers java.lang.String java.lang.String int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 7 /* host */
        start local 7 // java.lang.String host
         4: .line 54
            aload 7 /* host */
            ifnonnull 7
         5: .line 55
            aload 5 /* serverOrigin */
            ldc "://"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 8 /* idx */
        start local 8 // int idx
         6: .line 56
            aload 5 /* serverOrigin */
            iload 8 /* idx */
            iconst_3
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 7 /* host */
        end local 8 // int idx
         7: .line 59
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 7 /* host */
            putfield io.vertx.core.http.impl.Http2ServerStream.host:Ljava/lang/String;
         8: .line 60
            aload 0 /* this */
            aload 4 /* contentEncoding */
            putfield io.vertx.core.http.impl.Http2ServerStream.contentEncoding:Ljava/lang/String;
         9: .line 61
            aload 0 /* this */
            aload 3 /* headers */
            ldc ":path"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 10
            aload 3 /* headers */
            ldc ":path"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            goto 11
      StackMap locals:
      StackMap stack: io.vertx.core.http.impl.Http2ServerStream
        10: aconst_null
      StackMap locals: io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.impl.Http2ServerConnection io.netty.handler.codec.http2.Http2Stream io.netty.handler.codec.http2.Http2Headers java.lang.String java.lang.String int java.lang.String
      StackMap stack: io.vertx.core.http.impl.Http2ServerStream java.lang.String
        11: putfield io.vertx.core.http.impl.Http2ServerStream.uri:Ljava/lang/String;
        12: .line 62
            aload 0 /* this */
            aload 3 /* headers */
            ldc ":method"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 13
            aload 3 /* headers */
            ldc ":method"
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            goto 14
      StackMap locals:
      StackMap stack: io.vertx.core.http.impl.Http2ServerStream
        13: aconst_null
      StackMap locals: io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.impl.Http2ServerConnection io.netty.handler.codec.http2.Http2Stream io.netty.handler.codec.http2.Http2Headers java.lang.String java.lang.String int java.lang.String
      StackMap stack: io.vertx.core.http.impl.Http2ServerStream java.lang.String
        14: putfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
        15: .line 63
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
            invokestatic io.vertx.core.http.impl.HttpUtils.toVertxMethod:(Ljava/lang/String;)Lio/vertx/core/http/HttpMethod;
            putfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
        16: .line 64
            aload 0 /* this */
            new io.vertx.core.http.impl.Http2ServerResponseImpl
            dup
            aload 1 /* conn */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
            iconst_0
            aload 4 /* contentEncoding */
            aload 7 /* host */
            invokespecial io.vertx.core.http.impl.Http2ServerResponseImpl.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/http/impl/Http2ServerStream;Lio/vertx/core/http/HttpMethod;ZLjava/lang/String;Ljava/lang/String;)V
            putfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
        17: .line 65
            return
        end local 7 // java.lang.String host
        end local 6 // boolean writable
        end local 5 // java.lang.String serverOrigin
        end local 4 // java.lang.String contentEncoding
        end local 3 // io.netty.handler.codec.http2.Http2Headers headers
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        end local 1 // io.vertx.core.http.impl.Http2ServerConnection conn
        end local 0 // io.vertx.core.http.impl.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Lio/vertx/core/http/impl/Http2ServerStream;
            0   18     1             conn  Lio/vertx/core/http/impl/Http2ServerConnection;
            0   18     2           stream  Lio/netty/handler/codec/http2/Http2Stream;
            0   18     3          headers  Lio/netty/handler/codec/http2/Http2Headers;
            0   18     4  contentEncoding  Ljava/lang/String;
            0   18     5     serverOrigin  Ljava/lang/String;
            0   18     6         writable  Z
            4   18     7             host  Ljava/lang/String;
            6    7     8              idx  I
    MethodParameters:
                 Name  Flags
      conn             
      stream           
      headers          
      contentEncoding  
      serverOrigin     
      writable         

  void registerMetrics();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerStream this
         0: .line 68
            getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
            ifeq 7
         1: .line 69
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ServerConnection
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metrics:()Lio/vertx/core/spi/metrics/HttpServerMetrics;
            astore 1 /* metrics */
        start local 1 // io.vertx.core.spi.metrics.HttpServerMetrics metrics
         2: .line 70
            aload 1 /* metrics */
            ifnull 7
         3: .line 71
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.isPush:()Z
            ifeq 6
         4: .line 72
            aload 0 /* this */
            aload 1 /* metrics */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ServerConnection
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metric:()Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ServerStream.method:()Lio/vertx/core/http/HttpMethod;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.uri:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responsePushed:(Ljava/lang/Object;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)Ljava/lang/Object;
            putfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
         5: .line 73
            goto 7
         6: .line 74
      StackMap locals: io.vertx.core.spi.metrics.HttpServerMetrics
      StackMap stack:
            aload 0 /* this */
            aload 1 /* metrics */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ServerConnection
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metric:()Ljava/lang/Object;
            aload 0 /* this */
            checkcast io.vertx.core.http.HttpServerRequest
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.requestBegin:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerRequest;)Ljava/lang/Object;
            putfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
        end local 1 // io.vertx.core.spi.metrics.HttpServerMetrics metrics
         7: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/Http2ServerStream;
            2    7     1  metrics  Lio/vertx/core/spi/metrics/HttpServerMetrics;

  void writeHead(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.Http2ServerStream 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 81
            getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
            ifeq 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
            ifnull 2
         1: .line 82
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ServerConnection
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metrics:()Lio/vertx/core/spi/metrics/HttpServerMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseBegin:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headers */
            iload 2 /* end */
            aload 3 /* handler */
            invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
         3: .line 85
            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.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/http/impl/Http2ServerStream;
            0    4     1  headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    4     2      end  Z
            0    4     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  

  void handleInterestedOpsChanged();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerStream this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            ifnull 2
         1: .line 90
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.writabilityChanged:()V
         2: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http2ServerStream;

  public io.vertx.core.http.HttpMethod method();
    descriptor: ()Lio/vertx/core/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerStream this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ServerStream;

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

  void handleClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerStream this
         0: .line 104
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.handleClose:()V
         1: .line 105
            getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
            ifeq 11
         2: .line 106
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ServerConnection
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metrics:()Lio/vertx/core/spi/metrics/HttpServerMetrics;
            astore 1 /* metrics */
        start local 1 // io.vertx.core.spi.metrics.HttpServerMetrics metrics
         3: .line 107
            aload 1 /* metrics */
            ifnull 11
         4: .line 109
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.ended:()Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: io.vertx.core.spi.metrics.HttpServerMetrics
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 2 /* failed */
        start local 2 // boolean failed
         7: .line 110
            iload 2 /* failed */
            ifeq 10
         8: .line 111
            aload 1 /* metrics */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.requestReset:(Ljava/lang/Object;)V
         9: .line 112
            goto 11
        10: .line 113
      StackMap locals: int
      StackMap stack:
            aload 1 /* metrics */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseEnd:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
        end local 2 // boolean failed
        end local 1 // io.vertx.core.spi.metrics.HttpServerMetrics metrics
        11: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http2ServerStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lio/vertx/core/http/impl/Http2ServerStream;
            3   11     1  metrics  Lio/vertx/core/spi/metrics/HttpServerMetrics;
            7   11     2   failed  Z
}
Signature: Lio/vertx/core/http/impl/VertxHttp2Stream<Lio/vertx/core/http/impl/Http2ServerConnection;>;
SourceFile: "Http2ServerStream.java"