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 aDispatcher.Handler A single handler that is able to process an incoming remote server request.HandlerMapper Interface to provide a mapping between aServerHttpRequestand aHandler.Class Summary Class Description Dispatcher Dispatcher used to route incoming remote server requests to aHandler.DispatcherFilter Servlet filter providing integration with the remote serverDispatcher.HttpHeaderAccessManager AccessManagerthat checks for the presence of a HTTP header secret.HttpStatusHandler Handlerthat responds with a specificHttpStatus.UrlHandlerMapper HandlerMapperimplementation that maps incoming URLs.