final class org.springframework.boot.web.embedded.netty.GracefulShutdown
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.web.embedded.netty.GracefulShutdown
  super_class: java.lang.Object
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.function.Supplier<DisposableServer> disposableServer;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Supplier<LDisposableServer;>;

  private volatile java.lang.Thread shutdownThread;
    descriptor: Ljava/lang/Thread;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

  void <init>(java.util.function.Supplier<DisposableServer>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tDisposableServer cannot be resolved to a type\n\tDisposableServer cannot be resolved to a type\n\tDisposableServer cannot be resolved to a type\n\tDisposableServer cannot be resolved to a type\n\tDisposableServer cannot be resolved to a type\n\tDisposableServer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/GracefulShutdown;
    Signature: (Ljava/util/function/Supplier<LDisposableServer;>;)V
    MethodParameters:
                  Name  Flags
      disposableServer  

  void shutDownGracefully(org.springframework.boot.web.server.GracefulShutdownCallback);
    descriptor: (Lorg/springframework/boot/web/server/GracefulShutdownCallback;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDisposableServer cannot be resolved to a type\n\tDisposableServer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/GracefulShutdown;
    MethodParameters:
          Name  Flags
      callback  

  void doShutdown(org.springframework.boot.web.server.GracefulShutdownCallback, DisposableServer);
    descriptor: (Lorg/springframework/boot/web/server/GracefulShutdownCallback;LDisposableServer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tDisposableServer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/GracefulShutdown;
    MethodParameters:
          Name  Flags
      callback  
      server    

  void abort();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/GracefulShutdown;

  private void sleep(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.GracefulShutdown this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/GracefulShutdown;
    MethodParameters:
        Name  Flags
      millis  
}
SourceFile: "GracefulShutdown.java"