Class HttpRestartServer
java.lang.Object
org.springframework.boot.devtools.restart.server.HttpRestartServer
An HTTP server that can be used to upload updated 
ClassLoaderFiles and trigger
 restarts.- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionHttpRestartServer(RestartServer restartServer) Create a newHttpRestartServerinstance.HttpRestartServer(SourceDirectoryUrlFilter sourceDirectoryUrlFilter) Create a newHttpRestartServerinstance.
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(ServerHttpRequest request, ServerHttpResponse response) Handle a server request.
- 
Constructor Details- 
HttpRestartServerCreate a newHttpRestartServerinstance.- Parameters:
- sourceDirectoryUrlFilter- the source filter used to link remote directory to the local classpath
 
- 
HttpRestartServerCreate a newHttpRestartServerinstance.- Parameters:
- restartServer- the underlying restart server
 
 
- 
- 
Method Details- 
handleHandle a server request.- Parameters:
- request- the request
- response- the response
- Throws:
- IOException- in case of I/O errors
 
 
-