class io.vertx.core.http.impl.HttpClientRequestPushPromise extends io.vertx.core.http.impl.HttpClientRequestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpClientRequestPushPromise
  super_class: io.vertx.core.http.impl.HttpClientRequestBase
{
  private final io.vertx.core.http.impl.Http2ClientConnection conn;
    descriptor: Lio/vertx/core/http/impl/Http2ClientConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream stream;
    descriptor: Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String rawMethod;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> respHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;

  public void <init>(io.vertx.core.http.impl.Http2ClientConnection, io.netty.handler.codec.http2.Http2Stream, io.vertx.core.http.impl.HttpClientImpl, boolean, io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, java.lang.String, int, io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/http/impl/Http2ClientConnection;Lio/netty/handler/codec/http2/Http2Stream;Lio/vertx/core/http/impl/HttpClientImpl;ZLio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILio/vertx/core/MultiMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=11
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.http.impl.Http2ClientConnection conn
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
        start local 3 // io.vertx.core.http.impl.HttpClientImpl client
        start local 4 // boolean ssl
        start local 5 // io.vertx.core.http.HttpMethod method
        start local 6 // java.lang.String rawMethod
        start local 7 // java.lang.String uri
        start local 8 // java.lang.String host
        start local 9 // int port
        start local 10 // io.vertx.core.MultiMap headers
         0: .line 45
            aload 0 /* this */
            aload 3 /* client */
            iload 4 /* ssl */
            aload 5 /* method */
            iload 9 /* port */
            aload 8 /* host */
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            aload 8 /* host */
            iload 9 /* port */
            aload 7 /* uri */
            invokespecial io.vertx.core.http.impl.HttpClientRequestBase.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;ZLio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/String;)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* conn */
            putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.conn:Lio/vertx/core/http/impl/Http2ClientConnection;
         2: .line 47
            aload 0 /* this */
            new io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream
            dup
            aload 1 /* conn */
            aload 0 /* this */
            aload 2 /* stream */
            iconst_0
            invokespecial io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream.<init>:(Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/HttpClientRequestPushPromise;Lio/netty/handler/codec/http2/Http2Stream;Z)V
            putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
         3: .line 48
            aload 0 /* this */
            aload 6 /* rawMethod */
            putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.rawMethod:Ljava/lang/String;
         4: .line 49
            aload 0 /* this */
            aload 10 /* headers */
            putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.headers:Lio/vertx/core/MultiMap;
         5: .line 50
            return
        end local 10 // io.vertx.core.MultiMap headers
        end local 9 // int port
        end local 8 // java.lang.String host
        end local 7 // java.lang.String uri
        end local 6 // java.lang.String rawMethod
        end local 5 // io.vertx.core.http.HttpMethod method
        end local 4 // boolean ssl
        end local 3 // io.vertx.core.http.impl.HttpClientImpl client
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        end local 1 // io.vertx.core.http.impl.Http2ClientConnection conn
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    6     1       conn  Lio/vertx/core/http/impl/Http2ClientConnection;
            0    6     2     stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    6     3     client  Lio/vertx/core/http/impl/HttpClientImpl;
            0    6     4        ssl  Z
            0    6     5     method  Lio/vertx/core/http/HttpMethod;
            0    6     6  rawMethod  Ljava/lang/String;
            0    6     7        uri  Ljava/lang/String;
            0    6     8       host  Ljava/lang/String;
            0    6     9       port  I
            0    6    10    headers  Lio/vertx/core/MultiMap;
    MethodParameters:
           Name  Flags
      conn       
      stream     
      client     
      ssl        
      method     
      rawMethod  
      uri        
      host       
      port       
      headers    

  io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream getStream();
    descriptor: ()Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

  void handleResponse(io.vertx.core.http.HttpClientResponse, long);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;J)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.http.HttpClientResponse resp
        start local 2 // long timeoutMs
         0: .line 59
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         1: .line 60
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.respHandler:Lio/vertx/core/Handler;
            dup
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         2: ifnonnull 5
         3: .line 61
            aload 5
            monitorexit
         4: return
         5: .line 59
      StackMap locals: io.vertx.core.Handler io.vertx.core.http.impl.HttpClientRequestPushPromise
      StackMap stack:
            aload 5
            monitorexit
         6: goto 9
        end local 4 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.HttpClientRequestPushPromise io.vertx.core.http.HttpClientResponse long top io.vertx.core.http.impl.HttpClientRequestPushPromise
      StackMap stack: java.lang.Throwable
         7: aload 5
            monitorexit
         8: athrow
        start local 4 // io.vertx.core.Handler handler
         9: .line 64
      StackMap locals: io.vertx.core.http.impl.HttpClientRequestPushPromise io.vertx.core.http.HttpClientResponse long io.vertx.core.Handler
      StackMap stack:
            aload 4 /* handler */
            aload 1 /* resp */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        10: .line 65
            return
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long timeoutMs
        end local 1 // io.vertx.core.http.HttpClientResponse resp
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0   11     1       resp  Lio/vertx/core/http/HttpClientResponse;
            0   11     2  timeoutMs  J
            2    7     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
            9   11     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    MethodParameters:
           Name  Flags
      resp       
      timeoutMs  

  public synchronized io.vertx.core.http.HttpClientRequest handler(io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler handler
         0: .line 69
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.respHandler:Lio/vertx/core/Handler;
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      handler  

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

  public io.vertx.core.http.HttpClientRequest connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler handler
         0: .line 80
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  boolean reset(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.Throwable cause
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
            aload 1 /* cause */
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream.reset:(Ljava/lang/Throwable;)V
         1: .line 86
            iconst_1
            ireturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public boolean isChunked();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
         0: .line 91
            iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

  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.HttpClientRequestPushPromise this
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.method:Lio/vertx/core/http/HttpMethod;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

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

  public io.vertx.core.http.HttpClientRequest setRawMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String method
         0: .line 106
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // java.lang.String method
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

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

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

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

  public io.vertx.core.http.HttpClientRequest write(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 126
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  data  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.core.http.HttpClientRequest setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // int maxSize
         0: .line 131
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // int maxSize
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.core.http.HttpClientRequest drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler handler
         0: .line 136
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpClientRequest endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 141
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.core.http.HttpClientRequest setFollowRedirects(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // boolean followRedirect
         0: .line 146
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // boolean followRedirect
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  followRedirect  Z
    MethodParameters:
                Name  Flags
      followRedirect  

  public io.vertx.core.http.HttpClientRequest setMaxRedirects(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // int maxRedirects
         0: .line 151
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // int maxRedirects
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  maxRedirects  I
    MethodParameters:
              Name  Flags
      maxRedirects  

  public io.vertx.core.http.HttpClientRequest setChunked(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // boolean chunked
         0: .line 156
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // boolean chunked
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  chunked  Z
    MethodParameters:
         Name  Flags
      chunked  

  public io.vertx.core.http.HttpClientRequest setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String host
         0: .line 161
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // java.lang.String host
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      host  

  public io.vertx.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 166
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1   name  Ljava/lang/String;
            0    1     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 171
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 176
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    name  Ljava/lang/String;
            0    1     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 181
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    name  Ljava/lang/CharSequence;
            0    1     2  values  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.http.HttpClientRequest write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
         0: .line 186
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public io.vertx.core.http.HttpClientRequest write(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 191
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public io.vertx.core.http.HttpClientRequest write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 196
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1     data  Lio/vertx/core/buffer/Buffer;
            0    1     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.core.http.HttpClientRequest write(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 201
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    chunk  Ljava/lang/String;
            0    1     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      chunk    
      handler  

  public io.vertx.core.http.HttpClientRequest write(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
        start local 3 // io.vertx.core.Handler handler
         0: .line 206
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    chunk  Ljava/lang/String;
            0    1     2      enc  Ljava/lang/String;
            0    1     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      chunk    
      enc      
      handler  

  public io.vertx.core.http.HttpClientRequest continueHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler handler
         0: .line 211
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpClientRequest sendHead();
    descriptor: ()Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
         0: .line 216
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

  public io.vertx.core.http.HttpClientRequest sendHead(io.vertx.core.Handler<io.vertx.core.http.HttpVersion>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 221
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpVersion;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpVersion;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void end(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
         0: .line 226
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public void end(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 231
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    chunk  Ljava/lang/String;
            0    1     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      handler  

  public void end(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 236
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public void end(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
        start local 3 // io.vertx.core.Handler handler
         0: .line 241
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    chunk  Ljava/lang/String;
            0    1     2      enc  Ljava/lang/String;
            0    1     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      enc      
      handler  

  public void end(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.buffer.Buffer chunk
         0: .line 246
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.buffer.Buffer chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  chunk  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      chunk  

  public void end(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.buffer.Buffer chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 251
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer chunk
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1    chunk  Lio/vertx/core/buffer/Buffer;
            0    1     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      handler  

  public io.vertx.core.http.HttpClientRequest pushHandler(io.vertx.core.Handler<io.vertx.core.http.HttpClientRequest>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler handler
         0: .line 256
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientRequest;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientRequest;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
         0: .line 261
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // io.vertx.core.Handler handler
         0: .line 266
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
         0: .line 271
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

  public io.vertx.core.http.StreamPriority getStreamPriority();
    descriptor: ()Lio/vertx/core/http/StreamPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream.priority:()Lio/vertx/core/http/StreamPriority;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;

  public io.vertx.core.http.HttpClientRequest writeCustomFrame(int, int, io.vertx.core.buffer.Buffer);
    descriptor: (IILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.vertx.core.buffer.Buffer payload
         0: .line 281
            new java.lang.UnsupportedOperationException
            dup
            ldc "Cannot write frame with HTTP/1.x "
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // io.vertx.core.buffer.Buffer payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.core.http.impl.HttpClientRequestPushPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
            0    1     1     type  I
            0    1     2    flags  I
            0    1     3  payload  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  public io.vertx.core.streams.WriteStream write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.setWriteQueueMaxSize:(I)Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.end:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.end:(Lio/vertx/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HttpClientRequestPushPromise.java"
InnerClasses:
  Http2ClientStream = io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream of io.vertx.core.http.impl.Http2ClientConnection