class org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle implements org.springframework.context.SmartLifecycle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle
  super_class: java.lang.Object
{
  private final org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext applicationContext;
    descriptor: Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.web.server.WebServer webServer;
    descriptor: Lorg/springframework/boot/web/server/WebServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean running;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext, org.springframework.boot.web.server.WebServer);
    descriptor: (Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;Lorg/springframework/boot/web/server/WebServer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
        start local 1 // org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext applicationContext
        start local 2 // org.springframework.boot.web.server.WebServer webServer
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* applicationContext */
            putfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.applicationContext:Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
         2: .line 38
            aload 0 /* this */
            aload 2 /* webServer */
            putfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.webServer:Lorg/springframework/boot/web/server/WebServer;
         3: .line 39
            return
        end local 2 // org.springframework.boot.web.server.WebServer webServer
        end local 1 // org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext applicationContext
        end local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/boot/web/servlet/context/WebServerStartStopLifecycle;
            0    4     1  applicationContext  Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
            0    4     2           webServer  Lorg/springframework/boot/web/server/WebServer;
    MethodParameters:
                    Name  Flags
      applicationContext  
      webServer           

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
         0: .line 43
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.webServer:Lorg/springframework/boot/web/server/WebServer;
            invokeinterface org.springframework.boot.web.server.WebServer.start:()V
         1: .line 44
            aload 0 /* this */
            iconst_1
            putfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.running:Z
         2: .line 45
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.applicationContext:Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
         3: .line 46
            new org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
            dup
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.webServer:Lorg/springframework/boot/web/server/WebServer;
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.applicationContext:Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;
            invokespecial org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent.<init>:(Lorg/springframework/boot/web/server/WebServer;Lorg/springframework/boot/web/servlet/context/ServletWebServerApplicationContext;)V
            invokevirtual org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.publishEvent:(Lorg/springframework/context/ApplicationEvent;)V
         4: .line 47
            return
        end local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/boot/web/servlet/context/WebServerStartStopLifecycle;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
         0: .line 51
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.webServer:Lorg/springframework/boot/web/server/WebServer;
            invokeinterface org.springframework.boot.web.server.WebServer.stop:()V
         1: .line 52
            return
        end local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/web/servlet/context/WebServerStartStopLifecycle;

  public boolean isRunning();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
         0: .line 56
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.running:Z
            ireturn
        end local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/WebServerStartStopLifecycle;

  public int getPhase();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
         0: .line 61
            ldc 2147483646
            ireturn
        end local 0 // org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/WebServerStartStopLifecycle;
}
SourceFile: "WebServerStartStopLifecycle.java"