Class HttpRestartServerHandler
java.lang.Object
org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
- All Implemented Interfaces:
- Handler
Adapts 
HttpRestartServer to a Handler.- Since:
- 1.3.0
- Author:
- Phillip Webb
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(ServerHttpRequest request, ServerHttpResponse response) Handle the request.
- 
Constructor Details- 
HttpRestartServerHandlerCreate a newHttpRestartServerHandlerinstance.- Parameters:
- server- the server to adapt
 
 
- 
- 
Method Details- 
handleDescription copied from interface:HandlerHandle the request.- Specified by:
- handlein interface- Handler
- Parameters:
- request- the request
- response- the response
- Throws:
- IOException- in case of I/O errors
 
 
-