class io.vertx.core.http.impl.Http1xServerConnection$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.Http1xServerConnection$1
  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

  private final java.util.Map val$connectionMap;
    descriptor: Ljava/util/Map;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.Http1xServerConnection, 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.Map);
    descriptor: (Lio/vertx/core/http/impl/Http1xServerConnection;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/Map;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // io.vertx.core.http.impl.Http1xServerConnection$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 335
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            aload 0 /* this */
            aload 7
            putfield io.vertx.core.http.impl.Http1xServerConnection$1.val$connectionMap:Ljava/util/Map;
            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
            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.Http1xServerConnection$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/Http1xServerConnection$1;
            0    1     2  $anonymous0  Lio/vertx/core/impl/VertxInternal;
            0    1     3  $anonymous1  Lio/netty/channel/ChannelHandlerContext;
            0    1     4  $anonymous2  Lio/vertx/core/impl/ContextInternal;
            0    1     5  $anonymous3  Lio/vertx/core/net/impl/SSLHelper;
            0    1     6  $anonymous4  Lio/vertx/core/spi/metrics/TCPMetrics;
    MethodParameters:
                   Name  Flags
      this$0             final
      $anonymous0        
      $anonymous1        
      $anonymous2        
      $anonymous3        
      $anonymous4        
      val$connectionMap  final

  protected void handleClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerConnection$1 this
         0: .line 338
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            ifnull 2
         1: .line 339
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.responseInProgress:Lio/vertx/core/http/impl/HttpServerRequestImpl;
            invokevirtual io.vertx.core.http.impl.HttpServerRequestImpl.metric:()Ljava/lang/Object;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.responseInProgress:Lio/vertx/core/http/impl/HttpServerRequestImpl;
            invokevirtual io.vertx.core.http.impl.HttpServerRequestImpl.response:()Lio/vertx/core/http/impl/HttpServerResponseImpl;
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseEnd:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
         2: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$1.val$connectionMap:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerConnection$1.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 342
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handleClosed:()V
         4: .line 343
            return
        end local 0 // io.vertx.core.http.impl.Http1xServerConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/Http1xServerConnection$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.Http1xServerConnection$1 this
        start local 1 // java.lang.Object msg
         0: .line 347
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 3
         1: .line 348
            aload 1 /* msg */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
         2: .line 349
            return
         3: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.vertx.core.net.impl.NetSocketImpl.handleMessage:(Ljava/lang/Object;)V
         4: .line 352
            return
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xServerConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/Http1xServerConnection$1;
            0    5     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "Http1xServerConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http1xServerConnection.createNetSocket:()Lio/vertx/core/net/NetSocket;
NestHost: io.vertx.core.http.impl.Http1xServerConnection
InnerClasses:
  io.vertx.core.http.impl.Http1xServerConnection$1