class io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream implements io.vertx.core.http.impl.HttpClientStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream
  super_class: java.lang.Object
{
  private io.vertx.core.http.impl.HttpClientRequestImpl request;
    descriptor: Lio/vertx/core/http/impl/HttpClientRequestImpl;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  void <init>(io.vertx.core.http.impl.Http2UpgradedClientConnection, io.vertx.core.http.impl.HttpClientStream, io.vertx.core.http.impl.Http1xClientConnection);
    descriptor: (Lio/vertx/core/http/impl/Http2UpgradedClientConnection;Lio/vertx/core/http/impl/HttpClientStream;Lio/vertx/core/http/impl/Http1xClientConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 2 // io.vertx.core.http.impl.HttpClientStream stream
        start local 3 // io.vertx.core.http.impl.Http1xClientConnection conn
         0: .line 84
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.this$0:Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 3 /* conn */
            putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
         2: .line 86
            aload 0 /* this */
            aload 2 /* stream */
            putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
         3: .line 87
            return
        end local 3 // io.vertx.core.http.impl.Http1xClientConnection conn
        end local 2 // io.vertx.core.http.impl.HttpClientStream stream
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    4     2  stream  Lio/vertx/core/http/impl/HttpClientStream;
            0    4     3    conn  Lio/vertx/core/http/impl/Http1xClientConnection;
    MethodParameters:
        Name  Flags
      this$0  final
      stream  
      conn    

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

  public void writeHead(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.MultiMap, java.lang.String, boolean, io.netty.buffer.ByteBuf, boolean, io.vertx.core.http.StreamPriority, io.vertx.core.Handler<java.lang.Void>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;ZLio/netty/buffer/ByteBuf;ZLio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=16, args_size=12
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String rawMethod
        start local 3 // java.lang.String uri
        start local 4 // io.vertx.core.MultiMap headers
        start local 5 // java.lang.String hostHeader
        start local 6 // boolean chunked
        start local 7 // io.netty.buffer.ByteBuf buf
        start local 8 // boolean end
        start local 9 // io.vertx.core.http.StreamPriority priority
        start local 10 // io.vertx.core.Handler continueHandler
        start local 11 // io.vertx.core.Handler handler
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 12 /* pipeline */
        start local 12 // io.netty.channel.ChannelPipeline pipeline
         1: .line 110
            aload 12 /* pipeline */
            ldc Lio/netty/handler/codec/http/HttpClientCodec;
            invokeinterface io.netty.channel.ChannelPipeline.get:(Ljava/lang/Class;)Lio/netty/channel/ChannelHandler;
            checkcast io.netty.handler.codec.http.HttpClientCodec
            astore 13 /* httpCodec */
        start local 13 // io.netty.handler.codec.http.HttpClientCodec httpCodec
         2: .line 135
            new io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.this$0:Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.client:Lio/vertx/core/http/impl/HttpClientImpl;
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getOptions:()Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.getInitialSettings:()Lio/vertx/core/http/Http2Settings;
            invokespecial io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.<init>:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;Lio/vertx/core/http/Http2Settings;)V
            astore 14 /* upgradeCodec */
        start local 14 // io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec upgradeCodec
         3: .line 166
            new io.netty.handler.codec.http.HttpClientUpgradeHandler
            dup
            aload 13 /* httpCodec */
            aload 14 /* upgradeCodec */
            ldc 65536
            invokespecial io.netty.handler.codec.http.HttpClientUpgradeHandler.<init>:(Lio/netty/handler/codec/http/HttpClientUpgradeHandler$SourceCodec;Lio/netty/handler/codec/http/HttpClientUpgradeHandler$UpgradeCodec;I)V
            astore 15 /* upgradeHandler */
        start local 15 // io.netty.handler.codec.http.HttpClientUpgradeHandler upgradeHandler
         4: .line 167
            aload 12 /* pipeline */
            ldc "codec"
            aconst_null
            new io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler
            dup
            aload 0 /* this */
            aload 12 /* pipeline */
            invokespecial io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler.<init>:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;Lio/netty/channel/ChannelPipeline;)V
            invokeinterface io.netty.channel.ChannelPipeline.addAfter:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         5: .line 168
            aload 12 /* pipeline */
            ldc "codec"
            aconst_null
            aload 15 /* upgradeHandler */
            invokeinterface io.netty.channel.ChannelPipeline.addAfter:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         6: .line 169
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            aload 1 /* method */
            aload 2 /* rawMethod */
            aload 3 /* uri */
            aload 4 /* headers */
            aload 5 /* hostHeader */
            iload 6 /* chunked */
            aload 7 /* buf */
            iload 8 /* end */
            aload 9 /* priority */
            aload 10 /* continueHandler */
            aload 11 /* handler */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.writeHead:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;ZLio/netty/buffer/ByteBuf;ZLio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         7: .line 170
            return
        end local 15 // io.netty.handler.codec.http.HttpClientUpgradeHandler upgradeHandler
        end local 14 // io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec upgradeCodec
        end local 13 // io.netty.handler.codec.http.HttpClientCodec httpCodec
        end local 12 // io.netty.channel.ChannelPipeline pipeline
        end local 11 // io.vertx.core.Handler handler
        end local 10 // io.vertx.core.Handler continueHandler
        end local 9 // io.vertx.core.http.StreamPriority priority
        end local 8 // boolean end
        end local 7 // io.netty.buffer.ByteBuf buf
        end local 6 // boolean chunked
        end local 5 // java.lang.String hostHeader
        end local 4 // io.vertx.core.MultiMap headers
        end local 3 // java.lang.String uri
        end local 2 // java.lang.String rawMethod
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    8     1           method  Lio/vertx/core/http/HttpMethod;
            0    8     2        rawMethod  Ljava/lang/String;
            0    8     3              uri  Ljava/lang/String;
            0    8     4          headers  Lio/vertx/core/MultiMap;
            0    8     5       hostHeader  Ljava/lang/String;
            0    8     6          chunked  Z
            0    8     7              buf  Lio/netty/buffer/ByteBuf;
            0    8     8              end  Z
            0    8     9         priority  Lio/vertx/core/http/StreamPriority;
            0    8    10  continueHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            0    8    11          handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    8    12         pipeline  Lio/netty/channel/ChannelPipeline;
            2    8    13        httpCodec  Lio/netty/handler/codec/http/HttpClientCodec;
            3    8    14     upgradeCodec  Lio/vertx/core/http/impl/VertxHttp2ClientUpgradeCodec;
            4    8    15   upgradeHandler  Lio/netty/handler/codec/http/HttpClientUpgradeHandler;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;ZLio/netty/buffer/ByteBuf;ZLio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler<Ljava/lang/Void;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                 Name  Flags
      method           
      rawMethod        
      uri              
      headers          
      hostHeader       
      chunked          
      buf              
      end              
      priority         
      continueHandler  
      handler          

  public int id();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 174
            iconst_1
            ireturn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

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

  public io.vertx.core.http.HttpVersion version();
    descriptor: ()Lio/vertx/core/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 184
            getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public io.vertx.core.Context getContext();
    descriptor: ()Lio/vertx/core/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.getContext:()Lio/vertx/core/Context;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public void writeBuffer(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // io.netty.buffer.ByteBuf buf
        start local 2 // boolean end
        start local 3 // io.vertx.core.Handler handler
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            aload 1 /* buf */
            iload 2 /* end */
            aload 3 /* handler */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.writeBuffer:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         1: .line 195
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // boolean end
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    2     1      buf  Lio/netty/buffer/ByteBuf;
            0    2     2      end  Z
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      buf      
      end      
      handler  

  public void writeFrame(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.netty.buffer.ByteBuf payload
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            iload 1 /* type */
            iload 2 /* flags */
            aload 3 /* payload */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.writeFrame:(IILio/netty/buffer/ByteBuf;)V
         1: .line 200
            return
        end local 3 // io.netty.buffer.ByteBuf payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    2     1     type  I
            0    2     2    flags  I
            0    2     3  payload  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  public void doSetWriteQueueMaxSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // int size
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            iload 1 /* size */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.doSetWriteQueueMaxSize:(I)V
         1: .line 205
            return
        end local 1 // int size
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public boolean isNotWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.isNotWritable:()Z
            ireturn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public void doPause();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.doPause:()V
         1: .line 215
            return
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public void doFetch(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // long amount
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            lload 1 /* amount */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.doFetch:(J)V
         1: .line 220
            return
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public void reset(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // java.lang.Throwable cause
         0: .line 224
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            aload 1 /* cause */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.reset:(Ljava/lang/Throwable;)V
         1: .line 225
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void beginRequest(io.vertx.core.http.impl.HttpClientRequestImpl);
    descriptor: (Lio/vertx/core/http/impl/HttpClientRequestImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // io.vertx.core.http.impl.HttpClientRequestImpl req
         0: .line 229
            aload 0 /* this */
            aload 1 /* req */
            putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.request:Lio/vertx/core/http/impl/HttpClientRequestImpl;
         1: .line 230
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            aload 1 /* req */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.beginRequest:(Lio/vertx/core/http/impl/HttpClientRequestImpl;)V
         2: .line 231
            return
        end local 1 // io.vertx.core.http.impl.HttpClientRequestImpl req
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    3     1   req  Lio/vertx/core/http/impl/HttpClientRequestImpl;
    MethodParameters:
      Name  Flags
      req   

  public void endRequest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 235
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.endRequest:()V
         1: .line 236
            return
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public io.vertx.core.net.NetSocket createNetSocket();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.createNetSocket:()Lio/vertx/core/net/NetSocket;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public io.vertx.core.http.StreamPriority priority();
    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.Http2UpgradedClientConnection$UpgradingStream this
         0: .line 245
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.priority:()Lio/vertx/core/http/StreamPriority;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;

  public void updatePriority(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            aload 1 /* streamPriority */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.updatePriority:(Lio/vertx/core/http/StreamPriority;)V
         1: .line 251
            return
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            0    2     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

  public io.vertx.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/core/http/HttpConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.connection:()Lio/vertx/core/http/impl/HttpClientConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static io.vertx.core.http.impl.Http2UpgradedClientConnection access$1(io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream);
    descriptor: (Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 78
            aload 0
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.this$0:Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Http2UpgradedClientConnection.java"
NestHost: io.vertx.core.http.impl.Http2UpgradedClientConnection
InnerClasses:
  public abstract SourceCodec = io.netty.handler.codec.http.HttpClientUpgradeHandler$SourceCodec of io.netty.handler.codec.http.HttpClientUpgradeHandler
  public abstract UpgradeCodec = io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeCodec of io.netty.handler.codec.http.HttpClientUpgradeHandler
  private UpgradingStream = io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream of io.vertx.core.http.impl.Http2UpgradedClientConnection
  io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1
  UpgradeRequestHandler = io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler