public class org.springframework.boot.web.embedded.undertow.UndertowWebServer implements org.springframework.boot.web.server.WebServer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.embedded.undertow.UndertowWebServer
  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.concurrent.atomic.AtomicReference<org.springframework.boot.web.server.GracefulShutdownCallback> gracefulShutdownCallback;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/springframework/boot/web/server/GracefulShutdownCallback;>;

  private final java.lang.Object monitor;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final Undertow.Builder builder;
    descriptor: LUndertow/Builder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Iterable<org.springframework.boot.web.embedded.undertow.HttpHandlerFactory> httpHandlerFactories;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<Lorg/springframework/boot/web/embedded/undertow/HttpHandlerFactory;>;

  private final boolean autoStart;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private Undertow undertow;
    descriptor: LUndertow;
    flags: (0x0002) ACC_PRIVATE

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

  private volatile GracefulShutdownHandler gracefulShutdown;
    descriptor: LGracefulShutdownHandler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile java.util.List<java.io.Closeable> closeables;
    descriptor: Ljava/util/List;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/List<Ljava/io/Closeable;>;

  public void <init>(Undertow.Builder, boolean);
    descriptor: (LUndertow/Builder;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tThe method createUndertowServer() from the type UndertowWebServer refers to the missing type Undertow\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe method createHttpHandler() from the type UndertowWebServer refers to the missing type HttpHandler\n\tBuilder cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tThe method extractChannels() from the type UndertowWebServer refers to the missing type BoundChannel\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tThe type UndertowWebServer.CloseableHttpHandlerFactory must implement the inherited abstract method HttpHandlerFactory.getHandler(HttpHandler)\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpServerExchange cannot be resolved to a type\n\tHttpHandler 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    MethodParameters:
           Name  Flags
      builder    
      autoStart  

  public void <init>(Undertow.Builder, boolean, java.io.Closeable);
    descriptor: (LUndertow/Builder;ZLjava/io/Closeable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tThe method createUndertowServer() from the type UndertowWebServer refers to the missing type Undertow\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe method createHttpHandler() from the type UndertowWebServer refers to the missing type HttpHandler\n\tBuilder cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tThe method extractChannels() from the type UndertowWebServer refers to the missing type BoundChannel\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tThe type UndertowWebServer.CloseableHttpHandlerFactory must implement the inherited abstract method HttpHandlerFactory.getHandler(HttpHandler)\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpServerExchange cannot be resolved to a type\n\tHttpHandler 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      builder    
      autoStart  
      closeable  

  public void <init>(Undertow.Builder, java.lang.Iterable<org.springframework.boot.web.embedded.undertow.HttpHandlerFactory>, );
    descriptor: (LUndertow/Builder;Ljava/lang/Iterable;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tThe method createUndertowServer() from the type UndertowWebServer refers to the missing type Undertow\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe method createHttpHandler() from the type UndertowWebServer refers to the missing type HttpHandler\n\tBuilder cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tThe method extractChannels() from the type UndertowWebServer refers to the missing type BoundChannel\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tThe type UndertowWebServer.CloseableHttpHandlerFactory must implement the inherited abstract method HttpHandlerFactory.getHandler(HttpHandler)\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpServerExchange cannot be resolved to a type\n\tHttpHandler 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Signature: (LUndertow/Builder;Ljava/lang/Iterable<Lorg/springframework/boot/web/embedded/undertow/HttpHandlerFactory;>;Z)V
    MethodParameters:
                      Name  Flags
      builder               
      httpHandlerFactories  
      autoStart             

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tThe method createUndertowServer() from the type UndertowWebServer refers to the missing type Undertow\n\tUndertow 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Exceptions:
      throws org.springframework.boot.web.server.WebServerException

  private void stopSilently();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 155
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tUndertow cannot be resolved to a type\n\tUndertow 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;

  private void closeSilently(java.io.Closeable);
    descriptor: (Ljava/io/Closeable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 165
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    MethodParameters:
           Name  Flags
      closeable  

  private Undertow createUndertowServer();
    descriptor: ()LUndertow;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe method createHttpHandler() from the type UndertowWebServer refers to the missing type HttpHandler\n\tBuilder cannot be resolved to a type\n\tBuilder 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;

  protected HttpHandler createHttpHandler();
    descriptor: ()LHttpHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 181
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;

  private java.lang.String getPortsDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 196
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;

  private java.util.List<org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port> getActualPorts();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 211
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBoundChannel cannot be resolved to a type\n\tThe method extractChannels() from the type UndertowWebServer refers to the missing type BoundChannel\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer$Port;>;

  private java.util.List<BoundChannel> extractChannels();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 223
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Signature: ()Ljava/util/List<LBoundChannel;>;

  org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port getPortFromChannel(BoundChannel);
    descriptor: (LBoundChannel;)Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer$Port;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 229
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBoundChannel 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    MethodParameters:
         Name  Flags
      channel  

  private java.util.List<org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port> getConfiguredPorts();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 239
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer$Port;>;

  private java.util.List<java.lang.Object> extractListeners();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 257
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tUndertow cannot be resolved to a type\n\tUndertow 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  private org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port getPortFromListener(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer$Port;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 262
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    MethodParameters:
          Name  Flags
      listener  

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 279
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    Exceptions:
      throws org.springframework.boot.web.server.WebServerException

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 295
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;

  public void shutDownGracefully(org.springframework.boot.web.server.GracefulShutdownCallback);
    descriptor: (Lorg/springframework/boot/web/server/GracefulShutdownCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 305
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler 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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    MethodParameters:
          Name  Flags
      callback  

  private void notifyGracefulCallback(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 315
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
    MethodParameters:
         Name  Flags
      success  

  protected java.lang.String getStartLogMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer this
         0: .line 329
            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.undertow.UndertowWebServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer;
}
SourceFile: "UndertowWebServer.java"
NestMembers:
  org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandler  org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory  org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory$1  org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port
InnerClasses:
  private abstract CloseableHttpHandler = org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandler of org.springframework.boot.web.embedded.undertow.UndertowWebServer
  private final CloseableHttpHandlerFactory = org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory of org.springframework.boot.web.embedded.undertow.UndertowWebServer
  private final Port = org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port of org.springframework.boot.web.embedded.undertow.UndertowWebServer