public class org.springframework.boot.devtools.restart.server.HttpRestartServer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.devtools.restart.server.HttpRestartServer
  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 org.springframework.boot.devtools.restart.server.RestartServer server;
    descriptor: Lorg/springframework/boot/devtools/restart/server/RestartServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            ldc Lorg/springframework/boot/devtools/restart/server/HttpRestartServer;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putstatic org.springframework.boot.devtools.restart.server.HttpRestartServer.logger:Lorg/apache/commons/logging/Log;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter);
    descriptor: (Lorg/springframework/boot/devtools/restart/server/SourceDirectoryUrlFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.restart.server.HttpRestartServer this
        start local 1 // org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter sourceDirectoryUrlFilter
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 1 /* sourceDirectoryUrlFilter */
            ldc "SourceDirectoryUrlFilter must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 52
            aload 0 /* this */
            new org.springframework.boot.devtools.restart.server.RestartServer
            dup
            aload 1 /* sourceDirectoryUrlFilter */
            invokespecial org.springframework.boot.devtools.restart.server.RestartServer.<init>:(Lorg/springframework/boot/devtools/restart/server/SourceDirectoryUrlFilter;)V
            putfield org.springframework.boot.devtools.restart.server.HttpRestartServer.server:Lorg/springframework/boot/devtools/restart/server/RestartServer;
         3: .line 53
            return
        end local 1 // org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter sourceDirectoryUrlFilter
        end local 0 // org.springframework.boot.devtools.restart.server.HttpRestartServer this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    4     0                      this  Lorg/springframework/boot/devtools/restart/server/HttpRestartServer;
            0    4     1  sourceDirectoryUrlFilter  Lorg/springframework/boot/devtools/restart/server/SourceDirectoryUrlFilter;
    MethodParameters:
                          Name  Flags
      sourceDirectoryUrlFilter  

  public void <init>(org.springframework.boot.devtools.restart.server.RestartServer);
    descriptor: (Lorg/springframework/boot/devtools/restart/server/RestartServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.restart.server.HttpRestartServer this
        start local 1 // org.springframework.boot.devtools.restart.server.RestartServer restartServer
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 1 /* restartServer */
            ldc "RestartServer must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 61
            aload 0 /* this */
            aload 1 /* restartServer */
            putfield org.springframework.boot.devtools.restart.server.HttpRestartServer.server:Lorg/springframework/boot/devtools/restart/server/RestartServer;
         3: .line 62
            return
        end local 1 // org.springframework.boot.devtools.restart.server.RestartServer restartServer
        end local 0 // org.springframework.boot.devtools.restart.server.HttpRestartServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/boot/devtools/restart/server/HttpRestartServer;
            0    4     1  restartServer  Lorg/springframework/boot/devtools/restart/server/RestartServer;
    MethodParameters:
               Name  Flags
      restartServer  

  public void handle(ServerHttpRequest, ServerHttpResponse);
    descriptor: (LServerHttpRequest;LServerHttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.devtools.restart.server.HttpRestartServer this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n\tHttpStatus cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.devtools.restart.server.HttpRestartServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/restart/server/HttpRestartServer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  
}
SourceFile: "HttpRestartServer.java"