Package org.springframework.boot.devtools.remote.server
Server support for a remotely running Spring Boot application.
- Interface Summary - Interface - Description - AccessManager Provides access control for a- Dispatcher.- Handler A single handler that is able to process an incoming remote server request.- HandlerMapper Interface to provide a mapping between a- ServerHttpRequestand a- Handler.
- Class Summary - Class - Description - Dispatcher Dispatcher used to route incoming remote server requests to a- Handler.- DispatcherFilter Servlet filter providing integration with the remote server- Dispatcher.- HttpHeaderAccessManager - AccessManagerthat checks for the presence of a HTTP header secret.- HttpStatusHandler - Handlerthat responds with a specific- HttpStatus.- UrlHandlerMapper - HandlerMapperimplementation that maps incoming URLs.