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> promise;
    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.vertx.core.impl.ContextInternal, java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Promise<io.vertx.core.http.HttpServerResponse>);
    descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
        start local 2 // io.vertx.core.impl.ContextInternal context
        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 // io.vertx.core.Promise promise
         0: .line 188
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
         1: .line 189
            aload 0 /* this */
            aload 1
            aload 2 /* context */
            aload 3 /* contentEncoding */
            aload 4 /* method */
            aload 5 /* uri */
            invokespecial io.vertx.core.http.impl.Http2ServerStream.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
         2: .line 190
            aload 0 /* this */
            aload 6 /* promise */
            putfield io.vertx.core.http.impl.Http2ServerConnection$Push.promise:Lio/vertx/core/Promise;
         3: .line 191
            return
        end local 6 // io.vertx.core.Promise promise
        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.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    4     2          context  Lio/vertx/core/impl/ContextInternal;
            0    4     3  contentEncoding  Ljava/lang/String;
            0    4     4           method  Lio/vertx/core/http/HttpMethod;
            0    4     5              uri  Ljava/lang/String;
            0    4     6          promise  Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;
    Signature: (Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;)V
    MethodParameters:
                 Name  Flags
      this$0           final
      context          
      contentEncoding  
      method           
      uri              
      promise          

  void dispatch(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>);
    descriptor: (Lio/vertx/core/Handler;)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 // io.vertx.core.Handler handler
         0: .line 195
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler handler
        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  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerRequest;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerRequest;>;)V
    MethodParameters:
         Name  Flags
      handler  

  void handleWritabilityChanged(boolean);
    descriptor: (Z)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 // boolean writable
         0: .line 200
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            iload 1 /* writable */
            invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handlerWritabilityChanged:(Z)V
         1: .line 201
            return
        end local 1 // boolean writable
        end local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/Http2ServerConnection$Push;
            0    2     1  writable  Z
    MethodParameters:
          Name  Flags
      writable  

  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 205
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.promise: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 206
            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 208
      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 212
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
            ifnull 2
         1: .line 213
            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 215
      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=3, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ServerConnection$Push this
         0: .line 219
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.Http2ServerStream.handleClose:()V
         1: .line 220
            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 221
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.promise:Lio/vertx/core/Promise;
            ldc "Push reset by client"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         3: .line 222
            goto 12
         4: .line 223
      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 224
            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.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.maxConcurrentStreams:()I
            istore 1 /* maxConcurrentStreams */
        start local 1 // int maxConcurrentStreams
         6: .line 225
            goto 10
         7: .line 226
      StackMap locals: int
      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 2 /* push */
        start local 2 // io.vertx.core.http.impl.Http2ServerConnection$Push push
         8: .line 227
            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
         9: .line 228
            aload 2 /* push */
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.complete:()V
        end local 2 // io.vertx.core.http.impl.Http2ServerConnection$Push push
        10: .line 225
      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.concurrentStreams:I
            iload 1 /* maxConcurrentStreams */
            if_icmpge 11
            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 7
        11: .line 230
      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
        end local 1 // int maxConcurrentStreams
        12: .line 232
      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;
            6   12     1  maxConcurrentStreams  I
            8   10     2                  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 235
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.registerMetrics:()V
         1: .line 236
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ServerConnection$Push.promise: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 237
            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;
}
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