Package org.springframework.boot.devtools.restart.server
Remote restart server.
Interface Summary Interface Description SourceFolderUrlFilter Filter URLs based on a source folder name.Class Summary Class Description DefaultSourceFolderUrlFilter Default implementation ofSourceFolderUrlFilterthat attempts to match URLs using common naming conventions.HttpRestartServer A HTTP server that can be used to upload updatedClassLoaderFilesand trigger restarts.HttpRestartServerHandler AdaptsHttpRestartServerto aHandler.RestartServer Server used torestartthe current application with updatedClassLoaderFiles.