class io.vertx.core.http.impl.Http1xServerConnection$3 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.Http1xServerConnection$3
  super_class: io.vertx.core.net.impl.NetSocketImpl
{
  final io.vertx.core.http.impl.Http1xServerConnection this$0;
    descriptor: Lio/vertx/core/http/impl/Http1xServerConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.Http1xServerConnection, io.vertx.core.impl.ContextInternal, io.netty.channel.ChannelHandlerContext, io.vertx.core.net.impl.SSLHelper, io.vertx.core.spi.metrics.TCPMetrics);
    descriptor: (Lio/vertx/core/http/impl/Http1xServerConnection;Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.vertx.core.http.impl.Http1xServerConnection$3 this
        start local 2 // io.vertx.core.impl.ContextInternal $anonymous0
        start local 3 // io.netty.channel.ChannelHandlerContext $anonymous1
        start local 4 // io.vertx.core.net.impl.SSLHelper $anonymous2
        start local 5 // io.vertx.core.spi.metrics.TCPMetrics $anonymous3
         0: .line 386
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;)V
            return
        end local 5 // io.vertx.core.spi.metrics.TCPMetrics $anonymous3
        end local 4 // io.vertx.core.net.impl.SSLHelper $anonymous2
        end local 3 // io.netty.channel.ChannelHandlerContext $anonymous1
        end local 2 // io.vertx.core.impl.ContextInternal $anonymous0
        end local 0 // io.vertx.core.http.impl.Http1xServerConnection$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/Http1xServerConnection$3;
            0    1     2  $anonymous0  Lio/vertx/core/impl/ContextInternal;
            0    1     3  $anonymous1  Lio/netty/channel/ChannelHandlerContext;
            0    1     4  $anonymous2  Lio/vertx/core/net/impl/SSLHelper;
            0    1     5  $anonymous3  Lio/vertx/core/spi/metrics/TCPMetrics;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  

  protected void handleClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerConnection$3 this
         0: .line 389
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            ifnull 3
         1: .line 390
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xServerRequest;
            astore 1 /* request */
        start local 1 // io.vertx.core.http.impl.Http1xServerRequest request
         2: .line 391
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            aload 1 /* request */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.metric:()Ljava/lang/Object;
            aload 1 /* request */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.response:()Lio/vertx/core/http/impl/Http1xServerResponse;
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.bytesWritten:()J
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseEnd:(Ljava/lang/Object;J)V
        end local 1 // io.vertx.core.http.impl.Http1xServerRequest request
         3: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handleClosed:()V
         4: .line 394
            return
        end local 0 // io.vertx.core.http.impl.Http1xServerConnection$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/Http1xServerConnection$3;
            2    3     1  request  Lio/vertx/core/http/impl/Http1xServerRequest;

  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.Http1xServerConnection$3 this
        start local 1 // java.lang.Object msg
         0: .line 397
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 3
         1: .line 398
            aload 1 /* msg */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
         2: .line 399
            return
         3: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handleMessage:(Ljava/lang/Object;)V
         4: .line 402
            return
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xServerConnection$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/Http1xServerConnection$3;
            0    5     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "Http1xServerConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http1xServerConnection.lambda$6:(Lio/netty/channel/ChannelHandlerContext;)Lio/vertx/core/net/impl/NetSocketImpl;
NestHost: io.vertx.core.http.impl.Http1xServerConnection
InnerClasses:
  io.vertx.core.http.impl.Http1xServerConnection$3