程序包 org.springframework.boot.devtools.remote.server
Server support for a remotely running Spring Boot application.
接口概要 接口 说明 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.类概要 类 说明 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.