class io.vertx.core.http.impl.Http1xClientConnection$1 extends io.vertx.core.net.impl.NetSocketImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.Http1xClientConnection$1
  super_class: io.vertx.core.net.impl.NetSocketImpl
{
  final io.vertx.core.http.impl.Http1xClientConnection this$0;
    descriptor: Lio/vertx/core/http/impl/Http1xClientConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicBoolean val$paused;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.http.impl.Http1xClientConnection$StreamImpl val$stream;
    descriptor: Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.Http1xClientConnection, io.vertx.core.impl.VertxInternal, io.netty.channel.ChannelHandlerContext, io.vertx.core.impl.ContextInternal, io.vertx.core.net.impl.SSLHelper, io.vertx.core.spi.metrics.TCPMetrics, java.util.concurrent.atomic.AtomicBoolean, io.vertx.core.http.impl.Http1xClientConnection$StreamImpl);
    descriptor: (Lio/vertx/core/http/impl/Http1xClientConnection;Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
        start local 2 // io.vertx.core.impl.VertxInternal $anonymous0
        start local 3 // io.netty.channel.ChannelHandlerContext $anonymous1
        start local 4 // io.vertx.core.impl.ContextInternal $anonymous2
        start local 5 // io.vertx.core.net.impl.SSLHelper $anonymous3
        start local 6 // io.vertx.core.spi.metrics.TCPMetrics $anonymous4
         0: .line 120
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http1xClientConnection$1.this$0:Lio/vertx/core/http/impl/Http1xClientConnection;
            aload 0 /* this */
            aload 7
            putfield io.vertx.core.http.impl.Http1xClientConnection$1.val$paused:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 0 /* this */
            aload 8
            putfield io.vertx.core.http.impl.Http1xClientConnection$1.val$stream:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            aload 6 /* $anonymous4 */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;)V
         1: .line 122
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.pause:()Lio/vertx/core/net/NetSocket;
            pop
         2: .line 120
            return
        end local 6 // io.vertx.core.spi.metrics.TCPMetrics $anonymous4
        end local 5 // io.vertx.core.net.impl.SSLHelper $anonymous3
        end local 4 // io.vertx.core.impl.ContextInternal $anonymous2
        end local 3 // io.netty.channel.ChannelHandlerContext $anonymous1
        end local 2 // io.vertx.core.impl.VertxInternal $anonymous0
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/core/http/impl/Http1xClientConnection$1;
            0    3     2  $anonymous0  Lio/vertx/core/impl/VertxInternal;
            0    3     3  $anonymous1  Lio/netty/channel/ChannelHandlerContext;
            0    3     4  $anonymous2  Lio/vertx/core/impl/ContextInternal;
            0    3     5  $anonymous3  Lio/vertx/core/net/impl/SSLHelper;
            0    3     6  $anonymous4  Lio/vertx/core/spi/metrics/TCPMetrics;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  
      val$paused   final
      val$stream   final

  public synchronized io.vertx.core.net.NetSocket handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
        start local 1 // io.vertx.core.Handler dataHandler
         0: .line 126
            aload 0 /* this */
            aload 1 /* dataHandler */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
        end local 1 // io.vertx.core.Handler dataHandler
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/Http1xClientConnection$1;
            0    1     1  dataHandler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
             Name  Flags
      dataHandler  

  public synchronized io.vertx.core.net.NetSocket pause();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection$1.val$paused:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 131
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.pause:()Lio/vertx/core/net/NetSocket;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http1xClientConnection$1;

  public synchronized io.vertx.core.net.NetSocket resume();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection$1.val$paused:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 136
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.resume:()Lio/vertx/core/net/NetSocket;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http1xClientConnection$1;

  public synchronized void handleMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
        start local 1 // java.lang.Object msg
         0: .line 141
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 5
         1: .line 142
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.LastHttpContent
            ifeq 3
         2: .line 143
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection$1.val$stream:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            aload 1 /* msg */
            checkcast io.netty.handler.codec.http.LastHttpContent
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.endResponse:(Lio/netty/handler/codec/http/LastHttpContent;)Z
            pop
         3: .line 145
      StackMap locals:
      StackMap stack:
            aload 1 /* msg */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
         4: .line 146
            return
         5: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handleMessage:(Ljava/lang/Object;)V
         6: .line 149
            return
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/Http1xClientConnection$1;
            0    7     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  protected void handleClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection$1.this$0:Lio/vertx/core/http/impl/Http1xClientConnection;
            getfield io.vertx.core.http.impl.Http1xClientConnection.listener:Lio/vertx/core/http/impl/pool/ConnectionListener;
            invokeinterface io.vertx.core.http.impl.pool.ConnectionListener.onEvict:()V
         1: .line 154
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handleClosed:()V
         2: .line 155
            return
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xClientConnection$1;

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    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.Http1xClientConnection$1.resume:()Lio/vertx/core/net/NetSocket;
            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.Http1xClientConnection$1.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    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.Http1xClientConnection$1.pause:()Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Http1xClientConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http1xClientConnection.upgrade:(Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;)Lio/vertx/core/net/NetSocket;
NestHost: io.vertx.core.http.impl.Http1xClientConnection
InnerClasses:
  io.vertx.core.http.impl.Http1xClientConnection$1
  private StreamImpl = io.vertx.core.http.impl.Http1xClientConnection$StreamImpl of io.vertx.core.http.impl.Http1xClientConnection