class io.undertow.server.protocol.http.HttpServerConnection$1 implements io.undertow.server.ServerConnection$CloseListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpServerConnection$1
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.http.HttpServerConnection this$0;
    descriptor: Lio/undertow/server/protocol/http/HttpServerConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.server.ConnectorStatisticsImpl val$connectorStatistics;
    descriptor: Lio/undertow/server/ConnectorStatisticsImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.protocol.http.HttpServerConnection, io.undertow.server.ConnectorStatisticsImpl);
    descriptor: (Lio/undertow/server/protocol/http/HttpServerConnection;Lio/undertow/server/ConnectorStatisticsImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.http.HttpServerConnection$1 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpServerConnection$1.this$0:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 0 /* this */
            aload 2
            putfield io.undertow.server.protocol.http.HttpServerConnection$1.val$connectorStatistics:Lio/undertow/server/ConnectorStatisticsImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http.HttpServerConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/HttpServerConnection$1;
    MethodParameters:
                         Name  Flags
      this$0                   final
      val$connectorStatistics  final

  public void closed(io.undertow.server.ServerConnection);
    descriptor: (Lio/undertow/server/ServerConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpServerConnection$1 this
        start local 1 // io.undertow.server.ServerConnection connection
         0: .line 84
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$1.val$connectorStatistics:Lio/undertow/server/ConnectorStatisticsImpl;
            ifnull 2
         1: .line 85
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$1.val$connectorStatistics:Lio/undertow/server/ConnectorStatisticsImpl;
            invokevirtual io.undertow.server.ConnectorStatisticsImpl.decrementConnectionCount:()V
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$1.this$0:Lio/undertow/server/protocol/http/HttpServerConnection;
            getfield io.undertow.server.protocol.http.HttpServerConnection.responseConduit:Lio/undertow/server/protocol/http/HttpResponseConduit;
            invokevirtual io.undertow.server.protocol.http.HttpResponseConduit.freeBuffers:()V
         3: .line 88
            return
        end local 1 // io.undertow.server.ServerConnection connection
        end local 0 // io.undertow.server.protocol.http.HttpServerConnection$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/undertow/server/protocol/http/HttpServerConnection$1;
            0    4     1  connection  Lio/undertow/server/ServerConnection;
    MethodParameters:
            Name  Flags
      connection  
}
SourceFile: "HttpServerConnection.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpServerConnection.<init>:(Lorg/xnio/StreamConnection;Lio/undertow/connector/ByteBufferPool;Lio/undertow/server/HttpHandler;Lorg/xnio/OptionMap;ILio/undertow/server/ConnectorStatisticsImpl;)V
NestHost: io.undertow.server.protocol.http.HttpServerConnection
InnerClasses:
  public abstract CloseListener = io.undertow.server.ServerConnection$CloseListener of io.undertow.server.ServerConnection
  io.undertow.server.protocol.http.HttpServerConnection$1