Package org.springframework.boot.devtools.remote.server
package org.springframework.boot.devtools.remote.server
Server support for a remotely running Spring Boot application.
-
ClassDescriptionProvides access control for a
Dispatcher
.Dispatcher used to route incoming remote server requests to aHandler
.Servlet filter providing integration with the remote serverDispatcher
.A single handler that is able to process an incoming remote server request.Interface to provide a mapping between aServerHttpRequest
and aHandler
.AccessManager
that checks for the presence of an HTTP header secret.Handler
that responds with a specificHttpStatus
.HandlerMapper
implementation that maps incoming URLs.