Class HttpRestartServer

java.lang.Object
org.springframework.boot.devtools.restart.server.HttpRestartServer

public class HttpRestartServer extends Object
An HTTP server that can be used to upload updated ClassLoaderFiles and trigger restarts.
Since:
1.3.0
Author:
Phillip Webb
See Also:
  • Constructor Details

    • HttpRestartServer

      public HttpRestartServer(SourceDirectoryUrlFilter sourceDirectoryUrlFilter)
      Create a new HttpRestartServer instance.
      Parameters:
      sourceDirectoryUrlFilter - the source filter used to link remote directory to the local classpath
    • HttpRestartServer

      public HttpRestartServer(RestartServer restartServer)
      Create a new HttpRestartServer instance.
      Parameters:
      restartServer - the underlying restart server
  • Method Details