A B C D E F G H I L M N O P R S T U V W 
所有类 所有程序包

A

ABORT - org.springframework.boot.devtools.restart.FailureHandler.Outcome
Abort the relaunch.
accept(File) - 类 中的方法org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
AccessManager - org.springframework.boot.devtools.remote.server中的接口
Provides access control for a Dispatcher.
add(String, ClassLoaderFile) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
ADD - org.springframework.boot.devtools.filewatch.ChangedFile.Type
A new file has been added.
addAll(ClassLoaderFiles) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add all elements items from the specified ClassLoaderFiles to this instance.
addClassLoaderFiles(ClassLoaderFiles) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Add additional ClassLoaderFiles to be included in the next restart.
ADDED - org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
The file has been added since the original JAR was created.
addFile(String, String, ClassLoaderFile) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFile(String, ClassLoaderFile) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addListener(FileChangeListener) - 类 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add listener for file change events.
addListener(TunnelClientListener) - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient
 
addSourceFolder(File) - 类 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add a source folder to monitor.
addSourceFolders(Iterable<File>) - 类 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add source folders to monitor.
addUrls(Collection<URL>) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Add additional URLs to be includes in the next restart.
afterPropertiesSet() - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient
 
AgentReloader - org.springframework.boot.devtools.restart中的类
Utility to determine if an Java agent based reloader (e.g.
assignTo(HttpOutputMessage) - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Assign this payload to the given HttpOutputMessage.

B

beforeRestart() - 接口 中的方法org.springframework.boot.devtools.restart.RestartListener
Called before an application restart.

C

ChangedFile - org.springframework.boot.devtools.filewatch中的类
A single file that has changed.
ChangedFile(File, File, ChangedFile.Type) - 类 的构造器org.springframework.boot.devtools.filewatch.ChangedFile
Create a new ChangedFile instance.
ChangedFile.Type - org.springframework.boot.devtools.filewatch中的枚举
Change types.
ChangedFiles - org.springframework.boot.devtools.filewatch中的类
A collections of files from a specific source folder that have changed.
ChangedFiles(File, Set<ChangedFile>) - 类 的构造器org.springframework.boot.devtools.filewatch.ChangedFiles
 
ClassLoaderFile - org.springframework.boot.devtools.restart.classloader中的类
A single file that may be served from a ClassLoader.
ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - 类 的构造器org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - 类 的构造器org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile.Kind - org.springframework.boot.devtools.restart.classloader中的枚举
The kinds of class load files.
ClassLoaderFileRepository - org.springframework.boot.devtools.restart.classloader中的接口
A container for files that may be served from a ClassLoader.
ClassLoaderFiles - org.springframework.boot.devtools.restart.classloader中的类
ClassLoaderFileRepository that maintains a collection of ClassLoaderFile items grouped by source folders.
ClassLoaderFiles() - 类 的构造器org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles(ClassLoaderFiles) - 类 的构造器org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles.SourceFolder - org.springframework.boot.devtools.restart.classloader中的类
An individual source folder that is being managed by the collection.
ClassLoaderFileURLStreamHandler - org.springframework.boot.devtools.restart.classloader中的类
URLStreamHandler for the contents of a ClassLoaderFile.
ClassLoaderFileURLStreamHandler(ClassLoaderFile) - 类 的构造器org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
ClassPathChangedEvent - org.springframework.boot.devtools.classpath中的类
ApplicationEvent containing details of a classpath change.
ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - 类 的构造器org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Create a new ClassPathChangedEvent.
ClassPathChangeUploader - org.springframework.boot.devtools.remote.client中的类
Listens and pushes any classpath updates to a remote endpoint.
ClassPathChangeUploader(String, ClientHttpRequestFactory) - 类 的构造器org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
ClassPathFileSystemWatcher - org.springframework.boot.devtools.classpath中的类
Encapsulates a FileSystemWatcher to watch the local classpath folders for changes.
ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - 类 的构造器org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Create a new ClassPathFileSystemWatcher instance.
ClassPathFolders - org.springframework.boot.devtools.classpath中的类
Provides access to entries on the classpath that refer to folders.
ClassPathFolders(URL[]) - 类 的构造器org.springframework.boot.devtools.classpath.ClassPathFolders
 
ClassPathRestartStrategy - org.springframework.boot.devtools.classpath中的接口
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
clearInstance() - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Clear the instance.
clientHttpRequestFactory() - 类 中的方法org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
close() - 类 中的方法org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
close() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
complete() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Called when a request is complete.
ConditionalOnInitializedRestarter - org.springframework.boot.devtools.restart中的注释类型
Conditional that only matches when the RestartInitializer has been applied with non null URLs.
createConnection(Socket, InputStream, OutputStream) - 类 中的方法org.springframework.boot.devtools.livereload.LiveReloadServer
Factory method used to create the Connection.
createRequest(boolean) - 类 中的方法org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 

D

Debug() - 类 的构造器org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
DEFAULT_CONTEXT_PATH - 类 中的静态变量org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DEFAULT_LOCAL_PORT - 类 中的静态变量org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
DEFAULT_PORT - 类 中的静态变量org.springframework.boot.devtools.livereload.LiveReloadServer
The default live reload server port.
DEFAULT_SECRET_HEADER_NAME - 类 中的静态变量org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DefaultRestartInitializer - org.springframework.boot.devtools.restart中的类
Default RestartInitializer that only enable initial restart when running a standard "main" method.
DefaultRestartInitializer() - 类 的构造器org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
DefaultSourceFolderUrlFilter - org.springframework.boot.devtools.restart.server中的类
Default implementation of SourceFolderUrlFilter that attempts to match URLs using common naming conventions.
DefaultSourceFolderUrlFilter() - 类 的构造器org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
DELETE - org.springframework.boot.devtools.filewatch.ChangedFile.Type
An existing file has been deleted.
DELETED - org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
The file has been deleted since the original JAR was created.
destroy() - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
destroy() - 类 中的方法org.springframework.boot.devtools.remote.server.DispatcherFilter
 
DevToolsDataSourceAutoConfiguration - org.springframework.boot.devtools.autoconfigure中的类
Auto-configuration for DevTools-specific DataSource configuration.
DevToolsDataSourceAutoConfiguration() - 类 的构造器org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration
 
DevToolsHomePropertiesPostProcessor - org.springframework.boot.devtools.env中的类
EnvironmentPostProcessor to add devtools properties from the user's home folder.
DevToolsHomePropertiesPostProcessor() - 类 的构造器org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
DevToolsProperties - org.springframework.boot.devtools.autoconfigure中的类
Configuration properties for developer tools.
DevToolsProperties() - 类 的构造器org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
DevToolsProperties.Livereload - org.springframework.boot.devtools.autoconfigure中的类
LiveReload properties.
DevToolsProperties.Restart - org.springframework.boot.devtools.autoconfigure中的类
Restart properties.
DevToolsPropertyDefaultsPostProcessor - org.springframework.boot.devtools.env中的类
EnvironmentPostProcessor to add properties that make sense when working at development time.
DevToolsPropertyDefaultsPostProcessor() - 类 的构造器org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
DevToolsSettings - org.springframework.boot.devtools.settings中的类
DevTools settings loaded from /META-INF/spring-devtools.properties files.
disable() - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Initialize and disable restart support.
Dispatcher - org.springframework.boot.devtools.remote.server中的类
Dispatcher used to route incoming remote server requests to a Handler.
Dispatcher(AccessManager, Collection<HandlerMapper>) - 类 的构造器org.springframework.boot.devtools.remote.server.Dispatcher
 
DispatcherFilter - org.springframework.boot.devtools.remote.server中的类
Servlet filter providing integration with the remote server Dispatcher.
DispatcherFilter(Dispatcher) - 类 的构造器org.springframework.boot.devtools.remote.server.DispatcherFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.boot.devtools.remote.server.DispatcherFilter
 

E

equals(Object) - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFile
 
equals(Object) - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFiles
 

F

FailureHandler - org.springframework.boot.devtools.restart中的接口
Strategy used to handle launch failures.
FailureHandler.Outcome - org.springframework.boot.devtools.restart中的枚举
Various outcomes for the handler.
FileChangeListener - org.springframework.boot.devtools.filewatch中的接口
Callback interface when file changes are detected.
FileSystemWatcher - org.springframework.boot.devtools.filewatch中的类
Watches specific folders for file changes.
FileSystemWatcher() - 类 的构造器org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcher(boolean, long, long) - 类 的构造器org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcherFactory - org.springframework.boot.devtools.filewatch中的接口
Factory used to create new FileSystemWatcher instances.
finalize() - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findClass(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findResource(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
forward(HttpTunnelPayload) - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
 

G

get() - 类 中的静态方法org.springframework.boot.devtools.settings.DevToolsSettings
 
get(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
get(HttpInputMessage) - 类 中的静态方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the HttpTunnelPayload for the given message or null if there is no payload.
getAdditionalExclude() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalPaths() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAllExclude() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getChangeSet() - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return details of the files that changed.
getContents() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the contents of the file as a byte array or null if ClassLoaderFile.getKind() is ClassLoaderFile.Kind.DELETED.
getContextPath() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getDebug() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getExclude() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getFile() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFile
Return the file that was changed.
getFile(String) - 接口 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Return a ClassLoaderFile for the given name or null if no file is contained in this collection.
getFile(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
 
getFiles() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFiles
The files that have been changed.
getFiles() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
Return all ClassLoaderFiles in the collection that are contained in this source folder.
getFilesEntrySet() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
getFileSystemWatcher() - 接口 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
Create a new FileSystemWatcher.
getHandler(ServerHttpRequest) - 接口 中的方法org.springframework.boot.devtools.remote.server.HandlerMapper
Return the handler for the given request or null.
getHandler(ServerHttpRequest) - 类 中的方法org.springframework.boot.devtools.remote.server.UrlHandlerMapper
 
getHomeFolder() - 类 中的方法org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
getHost() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getInitialUrls() - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Return the initial set of URLs as configured by the RestartInitializer.
getInitialUrls(Thread) - 类 中的方法org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
getInitialUrls(Thread) - 接口 中的方法org.springframework.boot.devtools.restart.RestartInitializer
Return the initial set of URLs for the Restarter or null if no initial restart is required.
getInstance() - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Return the active Restarter instance.
getKind() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the file ClassLoaderFile.Kind (added, modified, deleted).
getLastModified() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the time that the file was last modified.
getLivereload() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getLocalPort() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
getName() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
Return the name of the source folder.
getOrAddAttribute(String, ObjectFactory<?>) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
 
getOrCreateSourceFolder(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Get or create a ClassLoaderFiles.SourceFolder with the given name.
getOrder() - 类 中的方法org.springframework.boot.devtools.restart.RestartApplicationListener
 
getPayloadData(ReadableByteChannel) - 类 中的静态方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload data for the given source ReadableByteChannel or null if the channel timed out whilst reading.
getPollInterval() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getPort() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
getPort() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getPort() - 类 中的方法org.springframework.boot.devtools.livereload.LiveReloadServer
Return the port that the server is listening on.
getPort() - 接口 中的方法org.springframework.boot.devtools.tunnel.server.PortProvider
Return the port number.
getPort() - 类 中的方法org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
 
getPort() - 类 中的方法org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
getProxy() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getQuietPeriod() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getRelativeName() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFile
Return the name of the file relative to the source folder.
getRemote() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRequest() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying request.
getResource(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResources(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResponse() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying response.
getRestart() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRestart() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecret() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecretHeaderName() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSequence() - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the sequence number of the payload.
getServerThread() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient
 
getServerThread() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Returns the active server thread, creating and starting it if necessary.
getSourceFolder() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFiles
The source folder being watched.
getSourceFolders() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return all SourceFolders that have been added to the collection.
getThreadFactory() - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Return a ThreadFactory that can be used to create leak safe threads.
getTriggerFile() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getType() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFile
Return the type of change.
getUrls(Thread) - 类 中的方法org.springframework.boot.devtools.restart.DefaultRestartInitializer
Return the URLs that should be used with initialization.

H

handle(Throwable) - 接口 中的方法org.springframework.boot.devtools.restart.FailureHandler
Handle a run failure.
handle(HttpTunnelServer.HttpConnection) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Handle an incoming HTTP connection.
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.boot.devtools.remote.server.Dispatcher
Dispatch the specified request to an appropriate Handler.
handle(ServerHttpRequest, ServerHttpResponse) - 接口 中的方法org.springframework.boot.devtools.remote.server.Handler
Handle the request.
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.boot.devtools.remote.server.HttpStatusHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.boot.devtools.restart.server.HttpRestartServer
Handle a server request.
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Handle an incoming HTTP connection.
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
 
handleIncomingHttp(HttpTunnelServer.HttpConnection) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
Handler - org.springframework.boot.devtools.remote.server中的接口
A single handler that is able to process an incoming remote server request.
HandlerMapper - org.springframework.boot.devtools.remote.server中的接口
Interface to provide a mapping between a ServerHttpRequest and a Handler.
hashCode() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFile
 
hashCode() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFiles
 
HEX_CHARS - 类 中的静态变量org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 
HttpConnection(ServerHttpRequest, ServerHttpResponse) - 类 的构造器org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 
HttpHeaderAccessManager - org.springframework.boot.devtools.remote.server中的类
AccessManager that checks for the presence of a HTTP header secret.
HttpHeaderAccessManager(String, String) - 类 的构造器org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 
HttpHeaderInterceptor - org.springframework.boot.devtools.remote.client中的类
ClientHttpRequestInterceptor to populate arbitrary HTTP headers with a value.
HttpHeaderInterceptor(String, String) - 类 的构造器org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
Creates a new HttpHeaderInterceptor instance.
HttpRestartServer - org.springframework.boot.devtools.restart.server中的类
A HTTP server that can be used to upload updated ClassLoaderFiles and trigger restarts.
HttpRestartServer(RestartServer) - 类 的构造器org.springframework.boot.devtools.restart.server.HttpRestartServer
Create a new HttpRestartServer instance.
HttpRestartServer(SourceFolderUrlFilter) - 类 的构造器org.springframework.boot.devtools.restart.server.HttpRestartServer
Create a new HttpRestartServer instance.
HttpRestartServerHandler - org.springframework.boot.devtools.restart.server中的类
HttpRestartServerHandler(HttpRestartServer) - 类 的构造器org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
Create a new HttpRestartServerHandler instance.
HttpStatusHandler - org.springframework.boot.devtools.remote.server中的类
Handler that responds with a specific HttpStatus.
HttpStatusHandler() - 类 的构造器org.springframework.boot.devtools.remote.server.HttpStatusHandler
Create a new HttpStatusHandler instance that will respond with a HTTP OK 200 status.
HttpStatusHandler(HttpStatus) - 类 的构造器org.springframework.boot.devtools.remote.server.HttpStatusHandler
Create a new HttpStatusHandler instance that will respond with the specified status.
HttpTunnelConnection - org.springframework.boot.devtools.tunnel.client中的类
TunnelConnection implementation that uses HTTP to transfer data.
HttpTunnelConnection(String, ClientHttpRequestFactory) - 类 的构造器org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
Create a new HttpTunnelConnection instance.
HttpTunnelConnection(String, ClientHttpRequestFactory, Executor) - 类 的构造器org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
Create a new HttpTunnelConnection instance.
HttpTunnelConnection.TunnelChannel - org.springframework.boot.devtools.tunnel.client中的类
A WritableByteChannel used to transfer traffic.
HttpTunnelPayload - org.springframework.boot.devtools.tunnel.payload中的类
Encapsulates a payload data sent via a HTTP tunnel.
HttpTunnelPayload(long, ByteBuffer) - 类 的构造器org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Create a new HttpTunnelPayload instance.
HttpTunnelPayloadForwarder - org.springframework.boot.devtools.tunnel.payload中的类
Utility class that forwards HttpTunnelPayload instances to a destination channel, respecting sequence order.
HttpTunnelPayloadForwarder(WritableByteChannel) - 类 的构造器org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
Create a new HttpTunnelPayloadForwarder instance.
HttpTunnelServer - org.springframework.boot.devtools.tunnel.server中的类
A server that can be used to tunnel TCP traffic over HTTP.
HttpTunnelServer(TargetServerConnection) - 类 的构造器org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Creates a new HttpTunnelServer instance.
HttpTunnelServer.HttpConnection - org.springframework.boot.devtools.tunnel.server中的类
Encapsulates a HTTP request/response pair.
HttpTunnelServer.ServerThread - org.springframework.boot.devtools.tunnel.server中的类
The main server thread used to transfer tunnel traffic.
HttpTunnelServerHandler - org.springframework.boot.devtools.tunnel.server中的类
Adapts a HttpTunnelServer to a Handler.
HttpTunnelServerHandler(HttpTunnelServer) - 类 的构造器org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
Create a new HttpTunnelServerHandler instance.

I

init(FilterConfig) - 类 中的方法org.springframework.boot.devtools.remote.server.DispatcherFilter
 
initialize(boolean) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
 
initialize(String[]) - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean) - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer) - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer, boolean) - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Initialize restart support for the current application.
initialize(String[], RestartInitializer) - 类 中的静态方法org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.devtools.restart.RestartScopeInitializer
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
 
isActive() - 类 中的静态方法org.springframework.boot.devtools.restart.AgentReloader
Determine if any agent reloader is active.
isAllowed(ServerHttpRequest) - 接口 中的方法org.springframework.boot.devtools.remote.server.AccessManager
Determine if the specific request is allowed to be handled by the Dispatcher.
isAllowed(ServerHttpRequest) - 类 中的方法org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 
isClassReloadable(Class<?>) - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
isDisconnectRequest() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Detect if the request is actually a signal to disconnect.
isEnabled() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
isEnabled() - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
isEnabled() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
isEnabled() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
isMain(Thread) - 类 中的方法org.springframework.boot.devtools.restart.DefaultRestartInitializer
Returns if the thread is for a main invocation.
isMatch(String, URL) - 类 中的方法org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
isMatch(String, URL) - 接口 中的方法org.springframework.boot.devtools.restart.server.SourceFolderUrlFilter
Determine if the specified URL matches a source folder.
isOlderThan(int) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Determine if a connection is older than the specified time.
isOpen() - 类 中的方法org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
isRemoteDebugRunning() - 类 中的静态方法org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
 
isRestartExclude(URL) - 类 中的方法org.springframework.boot.devtools.settings.DevToolsSettings
 
isRestartInclude(URL) - 类 中的方法org.springframework.boot.devtools.settings.DevToolsSettings
 
isRestartRequired() - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return if an application restart is required due to the change.
isRestartRequired(ChangedFile) - 接口 中的方法org.springframework.boot.devtools.classpath.ClassPathRestartStrategy
Return true if a full restart is required.
isRestartRequired(ChangedFile) - 类 中的方法org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
isSkippedStackElement(StackTraceElement) - 类 中的方法org.springframework.boot.devtools.restart.DefaultRestartInitializer
Checks if a specific StackTraceElement should cause the initializer to be skipped.
isStarted() - 类 中的方法org.springframework.boot.devtools.livereload.LiveReloadServer
Return if the server has been started.
iterator() - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathFolders
 
iterator() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFiles
 

L

Livereload() - 类 的构造器org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
LiveReloadServer - org.springframework.boot.devtools.livereload中的类
A livereload server.
LiveReloadServer() - 类 的构造器org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port.
LiveReloadServer(int) - 类 的构造器org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port.
LiveReloadServer(int, ThreadFactory) - 类 的构造器org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port with a specific ThreadFactory.
LiveReloadServer(ThreadFactory) - 类 的构造器org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port with a specific ThreadFactory.
loadClass(String, boolean) - 类 中的方法org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
LocalDevToolsAutoConfiguration - org.springframework.boot.devtools.autoconfigure中的类
Auto-configuration for local development support.
LocalDevToolsAutoConfiguration() - 类 的构造器org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
 
logIncoming() - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Log incoming payload information at trace level to aid diagnostics.
logOutgoing() - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Log incoming payload information at trace level to aid diagnostics.

M

main(String[]) - 类 中的静态方法org.springframework.boot.devtools.RemoteSpringApplication
MODIFIED - org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
The file has been modified since the original JAR was created.
MODIFY - org.springframework.boot.devtools.filewatch.ChangedFile.Type
An existing file has been modified.

N

NONE - 接口 中的静态变量org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Empty ClassLoaderFileRepository implementation.
NONE - 接口 中的静态变量org.springframework.boot.devtools.restart.FailureHandler
FailureHandler that always aborts.
NONE - 接口 中的静态变量org.springframework.boot.devtools.restart.RestartInitializer
RestartInitializer that doesn't return any URLs.

O

onApplicationEvent(ClassPathChangedEvent) - 类 中的方法org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.devtools.restart.RestartApplicationListener
 
onChange(Set<ChangedFiles>) - 接口 中的方法org.springframework.boot.devtools.filewatch.FileChangeListener
Called when files have been changed.
onClose(SocketChannel) - 接口 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClientListener
Called when a socket channel is closed.
onOpen(SocketChannel) - 接口 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClientListener
Called when a socket channel is opened.
open(int) - 类 中的方法org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
 
open(int) - 接口 中的方法org.springframework.boot.devtools.tunnel.server.TargetServerConnection
Open a connection to the target server with the specified timeout.
open(WritableByteChannel, Closeable) - 类 中的方法org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
open(WritableByteChannel, Closeable) - 接口 中的方法org.springframework.boot.devtools.tunnel.client.TunnelConnection
Open the tunnel connection.
openConnection(URL) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
OptionalLiveReloadServer - org.springframework.boot.devtools.autoconfigure中的类
Manages an optional LiveReloadServer.
OptionalLiveReloadServer(LiveReloadServer) - 类 的构造器org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
Create a new OptionalLiveReloadServer instance.
org.springframework.boot.devtools - 程序包 org.springframework.boot.devtools
Spring Boot developer tools.
org.springframework.boot.devtools.autoconfigure - 程序包 org.springframework.boot.devtools.autoconfigure
Auto-configuration for spring-boot-devtools.
org.springframework.boot.devtools.classpath - 程序包 org.springframework.boot.devtools.classpath
Support for classpath monitoring.
org.springframework.boot.devtools.env - 程序包 org.springframework.boot.devtools.env
 
org.springframework.boot.devtools.filewatch - 程序包 org.springframework.boot.devtools.filewatch
Class to watch the local filesystem for changes.
org.springframework.boot.devtools.livereload - 程序包 org.springframework.boot.devtools.livereload
Support for the livereload protocol.
org.springframework.boot.devtools.remote.client - 程序包 org.springframework.boot.devtools.remote.client
Client support for a remotely running Spring Boot application.
org.springframework.boot.devtools.remote.server - 程序包 org.springframework.boot.devtools.remote.server
Server support for a remotely running Spring Boot application.
org.springframework.boot.devtools.restart - 程序包 org.springframework.boot.devtools.restart
Application restart support.
org.springframework.boot.devtools.restart.classloader - 程序包 org.springframework.boot.devtools.restart.classloader
Classloaders used for reload support.
org.springframework.boot.devtools.restart.server - 程序包 org.springframework.boot.devtools.restart.server
Remote restart server.
org.springframework.boot.devtools.settings - 程序包 org.springframework.boot.devtools.settings
 
org.springframework.boot.devtools.tunnel - 程序包 org.springframework.boot.devtools.tunnel
Provides support for tunneling TCP traffic over HTTP.
org.springframework.boot.devtools.tunnel.client - 程序包 org.springframework.boot.devtools.tunnel.client
Client side TCP tunnel support.
org.springframework.boot.devtools.tunnel.payload - 程序包 org.springframework.boot.devtools.tunnel.payload
Classes to deal with payloads sent over a HTTP tunnel.
org.springframework.boot.devtools.tunnel.server - 程序包 org.springframework.boot.devtools.tunnel.server
Server side TCP tunnel support.

P

PatternClassPathRestartStrategy - org.springframework.boot.devtools.classpath中的类
Ant style pattern based ClassPathRestartStrategy.
PatternClassPathRestartStrategy(String) - 类 的构造器org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
PatternClassPathRestartStrategy(String[]) - 类 的构造器org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
PERMIT_ALL - 接口 中的静态变量org.springframework.boot.devtools.remote.server.AccessManager
AccessManager that permits all requests.
PortProvider - org.springframework.boot.devtools.tunnel.server中的接口
Strategy interface to provide access to a port (which may change if an existing connection is closed).
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
propertySourcesPlaceholderConfigurer() - 类 中的静态方法org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
Proxy() - 类 的构造器org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 

R

relaunch(ClassLoader) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Relaunch the application using the specified classloader.
RemoteClientConfiguration - org.springframework.boot.devtools.remote.client中的类
Configuration used to connect to remote Spring Boot applications.
RemoteClientConfiguration(DevToolsProperties) - 类 的构造器org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
RemoteDebugPortProvider - org.springframework.boot.devtools.tunnel.server中的类
PortProvider that provides the port being used by the Java remote debugging.
RemoteDebugPortProvider() - 类 的构造器org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
 
remoteDevToolsAccessManager() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsAutoConfiguration - org.springframework.boot.devtools.autoconfigure中的类
Auto-configuration for remote development support.
RemoteDevToolsAutoConfiguration(DevToolsProperties, ServerProperties) - 类 的构造器org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
remoteDevToolsDispatcherFilter(AccessManager, Collection<HandlerMapper>) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
remoteDevToolsHealthCheckHandlerMapper() - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsProperties - org.springframework.boot.devtools.autoconfigure中的类
Configuration properties for remote Spring Boot applications.
RemoteDevToolsProperties() - 类 的构造器org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
RemoteDevToolsProperties.Debug - org.springframework.boot.devtools.autoconfigure中的类
 
RemoteDevToolsProperties.Proxy - org.springframework.boot.devtools.autoconfigure中的类
 
RemoteDevToolsProperties.Restart - org.springframework.boot.devtools.autoconfigure中的类
 
RemoteSpringApplication - org.springframework.boot.devtools中的类
Application that can be used to establish a link to remotely running Spring Boot code.
remove(String) - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
removeAttribute(String) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
 
removeListener(TunnelClientListener) - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient
 
respond(HttpTunnelPayload) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a payload response.
respond(HttpStatus) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a HTTP status response.
restart() - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(Set<URL>, ClassLoaderFiles) - 类 中的方法org.springframework.boot.devtools.restart.server.RestartServer
Called to restart the application.
restart(FailureHandler) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Restart the running application.
Restart() - 类 的构造器org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
Restart() - 类 的构造器org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
RestartApplicationListener - org.springframework.boot.devtools.restart中的类
ApplicationListener to initialize the Restarter.
RestartApplicationListener() - 类 的构造器org.springframework.boot.devtools.restart.RestartApplicationListener
 
RestartClassLoader - org.springframework.boot.devtools.restart.classloader中的类
Disposable ClassLoader used to support application restarting.
RestartClassLoader(ClassLoader, URL[]) - 类 的构造器org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - 类 的构造器org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - 类 的构造器org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
Restarter - org.springframework.boot.devtools.restart中的类
Allows a running application to be restarted with an updated classpath.
Restarter(Thread, String[], boolean, RestartInitializer) - 类 的构造器org.springframework.boot.devtools.restart.Restarter
Internal constructor to create a new Restarter instance.
RestartInitializer - org.springframework.boot.devtools.restart中的接口
Strategy interface used to initialize a Restarter.
RestartListener - org.springframework.boot.devtools.restart中的接口
Listener that is notified of application restarts.
RestartScope - org.springframework.boot.devtools.restart中的注释类型
Restart @Scope Annotation used to indicate that a bean should remain between restarts.
RestartScopeInitializer - org.springframework.boot.devtools.restart中的类
Support for a 'restart' Scope that allows beans to remain between restarts.
RestartScopeInitializer() - 类 的构造器org.springframework.boot.devtools.restart.RestartScopeInitializer
 
RestartServer - org.springframework.boot.devtools.restart.server中的类
Server used to restart the current application with updated ClassLoaderFiles.
RestartServer(SourceFolderUrlFilter) - 类 的构造器org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestartServer(SourceFolderUrlFilter, ClassLoader) - 类 的构造器org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RETRY - org.springframework.boot.devtools.restart.FailureHandler.Outcome
Try again to relaunch the application.
run() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
run() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 

S

ServerThread(ByteChannel) - 类 的构造器org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 
ServerThread(ServerSocketChannel) - 类 的构造器org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
setAdditionalExclude(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setAdditionalPaths(List<File>) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
setContextPath(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setDisconnectTimeout(long) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Set the maximum amount of time to wait for a client before closing the connection.
setEnabled(boolean) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
setExclude(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setHost(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setLocalPort(int) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
setLongPollTimeout(int) - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Set the long poll timeout for the server.
setOrder(int) - 类 中的方法org.springframework.boot.devtools.restart.RestartApplicationListener
Set the order of the listener.
setPollInterval(long) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setPort(int) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
setPort(Integer) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setQuietPeriod(long) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setSecret(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setSecretHeaderName(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setStopWatcherOnRestart(boolean) - 类 中的方法org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Set if the FileSystemWatcher should be stopped when a full restart occurs.
SETTINGS_RESOURCE_LOCATION - 类 中的静态变量org.springframework.boot.devtools.settings.DevToolsSettings
The location to look for settings properties.
setTriggerFile(String) - 类 中的方法org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setTriggerFilter(FileFilter) - 类 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcher
Set an optional FileFilter used to limit the files that trigger a change.
size() - 类 中的方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return the size of the collection.
SocketTargetServerConnection - org.springframework.boot.devtools.tunnel.server中的类
SocketTargetServerConnection(PortProvider) - 类 的构造器org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
SourceFolderUrlFilter - org.springframework.boot.devtools.restart.server中的接口
Filter URLs based on a source folder name.
start() - 类 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcher
Start monitoring the source folder for changes.
start() - 类 中的方法org.springframework.boot.devtools.livereload.LiveReloadServer
Start the livereload server and accept incoming connections.
start() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient
Start the client and accept incoming connections on the port.
start(FailureHandler) - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Start the application.
startAsync() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Start asynchronous support or if unavailable return null to cause HttpTunnelServer.HttpConnection.waitForResponse() to block.
startServer() - 类 中的方法org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
PostConstruct method to start the server if possible.
StaticPortProvider - org.springframework.boot.devtools.tunnel.server中的类
PortProvider for a static port that won't change.
StaticPortProvider(int) - 类 的构造器org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
stop() - 类 中的方法org.springframework.boot.devtools.filewatch.FileSystemWatcher
Stop monitoring the source folders.
stop() - 类 中的方法org.springframework.boot.devtools.livereload.LiveReloadServer
Gracefully stop the livereload server.
stop() - 类 中的方法org.springframework.boot.devtools.restart.Restarter
Stop the application.
stop() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient
Stop the client, disconnecting any servers.
stopAcceptingConnections() - 类 中的方法org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 

T

TargetServerConnection - org.springframework.boot.devtools.tunnel.server中的接口
Manages the connection to the ultimate tunnel target server.
toHexString() - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload as a hexadecimal string.
toString() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFile
 
toString() - 类 中的方法org.springframework.boot.devtools.filewatch.ChangedFiles
 
TriggerFileFilter - org.springframework.boot.devtools.autoconfigure中的类
FileFilter that accepts only a specific "trigger" file.
TriggerFileFilter(String) - 类 的构造器org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
triggerReload() - 类 中的方法org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
Trigger LiveReload if the server is up an running.
triggerReload() - 类 中的方法org.springframework.boot.devtools.livereload.LiveReloadServer
Trigger livereload of all connected clients.
TunnelChannel(WritableByteChannel, Closeable) - 类 的构造器org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
TunnelClient - org.springframework.boot.devtools.tunnel.client中的类
The client side component of a socket tunnel.
TunnelClient(int, TunnelConnection) - 类 的构造器org.springframework.boot.devtools.tunnel.client.TunnelClient
 
TunnelClient.ServerThread - org.springframework.boot.devtools.tunnel.client中的类
The main server thread.
TunnelClientListener - org.springframework.boot.devtools.tunnel.client中的接口
Listener that can be used to receive TunnelClient events.
TunnelConnection - org.springframework.boot.devtools.tunnel.client中的接口
Interface used to manage socket tunnel connections.

U

updateAndRestart(ClassLoaderFiles) - 类 中的方法org.springframework.boot.devtools.restart.server.RestartServer
Update the current running application with the specified ClassLoaderFiles and trigger a reload.
UrlHandlerMapper - org.springframework.boot.devtools.remote.server中的类
HandlerMapper implementation that maps incoming URLs.
UrlHandlerMapper(String, Handler) - 类 的构造器org.springframework.boot.devtools.remote.server.UrlHandlerMapper
Create a new UrlHandlerMapper.

V

valueOf(String) - 枚举 中的静态方法org.springframework.boot.devtools.filewatch.ChangedFile.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.devtools.restart.FailureHandler.Outcome
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springframework.boot.devtools.filewatch.ChangedFile.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.devtools.restart.FailureHandler.Outcome
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

waitForResponse() - 类 中的方法org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Cause the request to block or use asynchronous methods to wait until a response is available.
write(ByteBuffer) - 类 中的方法org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
writeTo(WritableByteChannel) - 类 中的方法org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Write the content of this payload to the given target channel.
A B C D E F G H I L M N O P R S T U V W 
所有类 所有程序包