| Package | Description | 
|---|---|
| org.springframework.boot.devtools.remote.server | 
 Server support for a remotely running Spring Boot application. 
 | 
| org.springframework.boot.devtools.restart.server | 
 Remote restart server. 
 | 
| org.springframework.boot.devtools.tunnel.server | 
 Server side TCP tunnel support. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpStatusHandler
Handler that responds with a specific HttpStatus. | 
| Modifier and Type | Method and Description | 
|---|---|
Handler | 
UrlHandlerMapper.getHandler(ServerHttpRequest request)  | 
Handler | 
HandlerMapper.getHandler(ServerHttpRequest request)
Return the handler for the given request or  
null. | 
| Constructor and Description | 
|---|
UrlHandlerMapper(String url,
                Handler handler)
Create a new  
UrlHandlerMapper. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpRestartServerHandler
Adapts  
HttpRestartServer to a Handler. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpTunnelServerHandler
Adapts a  
HttpTunnelServer to a Handler. |