class io.vertx.core.http.impl.Http2ServerConnection$Push extends io.vertx.core.http.impl.Http2ServerStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.Http2ServerConnection$Push
  super_class: io.vertx.core.http.impl.Http2ServerStream
{
  private final io.vertx.core.Promise<io.vertx.core.http.HttpServerResponse> completionHandler;
    descriptor: Lio/vertx/core/Promise;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;

  final io.vertx.core.http.impl.Http2ServerConnection this$0;
    descriptor: Lio/vertx/core/http/impl/Http2ServerConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(io.netty.handler.codec.http2.Http2Stream, java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;ZLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=8
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
        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
        start local 7 // io.vertx.core.Handler completionHandler
         0: .line 218
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
         1: .line 219
            aload 0 /* this */
            aload 1
            aload 2 /* stream */
            aload 3 /* contentEncoding */
            aload 4 /* method */
            aload 5 /* uri */
            iload 6 /* writable */
            invokespecial io.vertx.core.http.impl.Http2ServerStream.<init>:(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
         2: .line 220
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 8 /* promise */
        start local 8 // io.vertx.core.Promise promise
         3: .line 221
            aload 8 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 7 /* completionHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 222
            aload 0 /* this */
            aload 8 /* promise */
            putfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
         5: .line 223
            return
        end local 8 // io.vertx.core.Promise promise
        end local 7 // io.vertx.core.Handler completionHandler
        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 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    6     2             stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    6     3    contentEncoding  Ljava/lang/String;
            0    6     4             method  Lio/vertx/core/http/HttpMethod;
            0    6     5                uri  Ljava/lang/String;
            0    6     6           writable  Z
            0    6     7  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;
            3    6     8            promise  Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;
    Signature: (Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;)V
    MethodParameters:
                   Name  Flags
      this$0             final
      stream             
      contentEncoding    
      method             
      uri                
      writable           
      completionHandler  

  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.Http2ServerConnection$Push this
        start local 1 // io.vertx.core.MultiMap trailers
         0: .line 227
            return
        end local 1 // io.vertx.core.MultiMap trailers
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    1     1  trailers  Lio/vertx/core/MultiMap;
    MethodParameters:
          Name  Flags
      trailers  

  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.Http2ServerConnection$Push this
        start local 1 // io.vertx.core.buffer.Buffer buf
         0: .line 231
            return
        end local 1 // io.vertx.core.buffer.Buffer buf
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    1     1   buf  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      buf   

  void handlePriorityChange(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 235
            return
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    1     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

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

  void handleReset(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
        start local 1 // long errorCode
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
            new io.vertx.core.http.StreamResetException
            dup
            lload 1 /* errorCode */
            invokespecial io.vertx.core.http.StreamResetException.<init>:(J)V
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            ifne 2
         1: .line 247
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            lload 1 /* errorCode */
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleReset:(J)V
         2: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long errorCode
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    3     1  errorCode  J
    MethodParameters:
           Name  Flags
      errorCode  

  void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
        start local 1 // java.lang.Throwable cause
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            ifnull 2
         1: .line 254
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            aload 1 /* cause */
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleException:(Ljava/lang/Throwable;)V
         2: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  void handleClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
         0: .line 260
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.Http2ServerStream.handleClose:()V
         1: .line 261
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            getfield io.vertx.core.http.impl.Http2ServerConnection.pendingPushes:Ljava/util/ArrayDeque;
            aload 0 /* this */
            invokevirtual java.util.ArrayDeque.remove:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 262
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
            ldc "Push reset by client"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         3: .line 263
            goto 12
         4: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            dup
            getfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
            iconst_1
            isub
            putfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
         5: .line 265
            goto 9
         6: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            getfield io.vertx.core.http.impl.Http2ServerConnection.pendingPushes:Ljava/util/ArrayDeque;
            invokevirtual java.util.ArrayDeque.pop:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.Http2ServerConnection$Push
            astore 1 /* push */
        start local 1 // io.vertx.core.http.impl.Http2ServerConnection$Push push
         7: .line 267
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            dup
            getfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
            iconst_1
            iadd
            putfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
         8: .line 268
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* push */
            invokedynamic handle(Lio/vertx/core/http/impl/Http2ServerConnection$Push;)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/Http2ServerConnection$Push.lambda$0(Lio/vertx/core/http/impl/Http2ServerConnection$Push;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.runOnContext:(Lio/vertx/core/Handler;)V
        end local 1 // io.vertx.core.http.impl.Http2ServerConnection$Push push
         9: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            getfield io.vertx.core.http.impl.Http2ServerConnection.maxConcurrentStreams:Ljava/lang/Long;
            ifnull 10
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            getfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
            i2l
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            getfield io.vertx.core.http.impl.Http2ServerConnection.maxConcurrentStreams:Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lcmp
            ifge 11
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
            getfield io.vertx.core.http.impl.Http2ServerConnection.pendingPushes:Ljava/util/ArrayDeque;
            invokevirtual java.util.ArrayDeque.size:()I
            ifgt 6
        11: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleClose:()V
        12: .line 274
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            7    9     1  push  Lio/vertx/core/http/impl/Http2ServerConnection$Push;

  void complete();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
         0: .line 277
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.registerMetrics:()V
         1: .line 278
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         2: .line 279
            return
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;

  private static void lambda$0(io.vertx.core.http.impl.Http2ServerConnection$Push, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection$Push;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 269
            aload 0
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.complete:()V
         1: .line 270
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     v  Ljava/lang/Void;
}
SourceFile: "Http2ServerConnection.java"
NestHost: io.vertx.core.http.impl.Http2ServerConnection
InnerClasses:
  private Push = io.vertx.core.http.impl.Http2ServerConnection$Push of io.vertx.core.http.impl.Http2ServerConnection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles