Package | Description |
---|---|
org.springframework.boot.devtools.autoconfigure |
Auto-configuration for
spring-boot-devtools . |
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.
|
Class and Description |
---|
AccessManager
Provides access control for a
Dispatcher . |
DispatcherFilter
Servlet filter providing integration with the remote server
Dispatcher . |
HandlerMapper
Interface to provide a mapping between a
ServerHttpRequest and a
Handler . |
Class and Description |
---|
AccessManager
Provides access control for a
Dispatcher . |
Dispatcher
Dispatcher used to route incoming remote server requests to a
Handler . |
Handler
A single handler that is able to process an incoming remote server request.
|
HandlerMapper
Interface to provide a mapping between a
ServerHttpRequest and a
Handler . |
Class and Description |
---|
Handler
A single handler that is able to process an incoming remote server request.
|
Class and Description |
---|
Handler
A single handler that is able to process an incoming remote server request.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.