A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABORT - org.springframework.boot.devtools.restart.FailureHandler.Outcome
- Abort the relaunch.
- accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
- AccessManager - Interface in org.springframework.boot.devtools.remote.server
- Provides access control for aDispatcher.
- add(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
- ADD - org.springframework.boot.devtools.filewatch.ChangedFile.Type
- A new file has been added.
- addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Add all elements items from the specifiedClassLoaderFilesto this instance.
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
- Add additionalClassLoaderFilesto 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) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Add a singleClassLoaderFileto the collection.
- addFile(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Add a singleClassLoaderFileto the collection.
- addListener(FileChangeListener) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Add listener for file change events.
- addListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
- addSourceFolder(File) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Add a source folder to monitor.
- addSourceFolders(Iterable<File>) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Add source folders to monitor.
- addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
- Add additional URLs to be includes in the next restart.
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- afterSingletonsInstantiated() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
- AgentReloader - Class in org.springframework.boot.devtools.restart
- Utility to determine if an Java agent based reloader (e.g.
- assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Assign this payload to the givenHttpOutputMessage.
B
- beforeRestart() - Method in interface org.springframework.boot.devtools.restart.RestartListener
- Called before an application restart.
C
- ChangedFile - Class in org.springframework.boot.devtools.filewatch
- A single file that has changed.
- ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
- Create a newChangedFileinstance.
- ChangedFile.Type - Enum in org.springframework.boot.devtools.filewatch
- Change types.
- ChangedFiles - Class in org.springframework.boot.devtools.filewatch
- A collections of files from a specific source folder that have changed.
- ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
- ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
- A single file that may be served from aClassLoader.
- ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- Create a newClassLoaderFileinstance.
- ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- Create a newClassLoaderFileinstance.
- ClassLoaderFile.Kind - Enum in org.springframework.boot.devtools.restart.classloader
- The kinds of class load files.
- ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
- A container for files that may be served from aClassLoader.
- ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
- ClassLoaderFileRepositorythat maintains a collection of- ClassLoaderFileitems grouped by source folders.
- ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Create a newClassLoaderFilesinstance.
- ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Create a newClassLoaderFilesinstance.
- ClassLoaderFiles.SourceFolder - Class in org.springframework.boot.devtools.restart.classloader
- An individual source folder that is being managed by the collection.
- ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
- URLStreamHandlerfor the contents of a- ClassLoaderFile.
- ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
- ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
- ApplicationEventcontaining details of a classpath change.
- ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- Create a newClassPathChangedEvent.
- ClassPathChangeUploader - Class in org.springframework.boot.devtools.remote.client
- Listens and pushes any classpath updates to a remote endpoint.
- ClassPathChangeUploader(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
- ClassPathFileSystemWatcher - Class in org.springframework.boot.devtools.classpath
- Encapsulates aFileSystemWatcherto watch the local classpath folders for changes.
- ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- Create a newClassPathFileSystemWatcherinstance.
- ClassPathFolders - Class in org.springframework.boot.devtools.classpath
- Provides access to entries on the classpath that refer to folders.
- ClassPathFolders(URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFolders
- ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
- Strategy interface used to determine when a changed classpath file should trigger a full application restart.
- clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
- Clear the instance.
- clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- close() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
- close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
- complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Called when a request is complete.
- ConditionalOnInitializedRestarter - Annotation Type in org.springframework.boot.devtools.restart
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- Factory method used to create theConnection.
- createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
D
- DEFAULT_CONTEXT_PATH - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
- The default live reload server port.
- DEFAULT_SECRET_HEADER_NAME - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- DefaultRestartInitializer - Class in org.springframework.boot.devtools.restart
- DefaultRestartInitializerthat only enable initial restart when running a standard "main" method.
- DefaultRestartInitializer() - Constructor for class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- DefaultSourceFolderUrlFilter - Class in org.springframework.boot.devtools.restart.server
- Default implementation ofSourceFolderUrlFilterthat attempts to match URLs using common naming conventions.
- DefaultSourceFolderUrlFilter() - Constructor for class 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() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- DevToolsDataSourceAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
- Auto-configurationfor DevTools-specific- DataSourceconfiguration.
- DevToolsDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration
- DevToolsHomePropertiesPostProcessor - Class in org.springframework.boot.devtools.env
- EnvironmentPostProcessorto add devtools properties from the user's home folder.
- DevToolsHomePropertiesPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- DevToolsLogFactory - Class in org.springframework.boot.devtools.logger
- Devtools deferred logging support.
- DevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
- Configuration properties for developer tools.
- DevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- DevToolsProperties.Livereload - Class in org.springframework.boot.devtools.autoconfigure
- LiveReload properties.
- DevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
- Restart properties.
- DevToolsPropertyDefaultsPostProcessor - Class in org.springframework.boot.devtools.env
- EnvironmentPostProcessorto add properties that make sense when working at development time.
- DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- DevToolsSettings - Class in org.springframework.boot.devtools.settings
- DevTools settings loaded from /META-INF/spring-devtools.properties files.
- disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
- Initialize and disable restart support.
- Dispatcher - Class in org.springframework.boot.devtools.remote.server
- Dispatcher used to route incoming remote server requests to aHandler.
- Dispatcher(AccessManager, Collection<HandlerMapper>) - Constructor for class org.springframework.boot.devtools.remote.server.Dispatcher
- DispatcherFilter - Class in org.springframework.boot.devtools.remote.server
- Servlet filter providing integration with the remote serverDispatcher.
- DispatcherFilter(Dispatcher) - Constructor for class org.springframework.boot.devtools.remote.server.DispatcherFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
E
- equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
F
- FailureHandler - Interface in org.springframework.boot.devtools.restart
- Strategy used to handle launch failures.
- FailureHandler.Outcome - Enum in org.springframework.boot.devtools.restart
- Various outcomes for the handler.
- FileChangeListener - Interface in org.springframework.boot.devtools.filewatch
- Callback interface when file changes are detected.
- FileSystemWatcher - Class in org.springframework.boot.devtools.filewatch
- Watches specific folders for file changes.
- FileSystemWatcher() - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Create a newFileSystemWatcherinstance.
- FileSystemWatcher(boolean, Duration, Duration) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Create a newFileSystemWatcherinstance.
- FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
- Factory used to create newFileSystemWatcherinstances.
- finalize() - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- findClass(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- findResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- forward(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
G
- get() - Static method in class org.springframework.boot.devtools.settings.DevToolsSettings
- get(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
- get(HttpInputMessage) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Return theHttpTunnelPayloadfor the given message ornullif there is no payload.
- getAdditionalExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getAdditionalPaths() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getAllExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getChangeSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- Return details of the files that changed.
- getContents() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- Return the contents of the file as a byte array ornullifClassLoaderFile.getKind()isClassLoaderFile.Kind.DELETED.
- getContextPath() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getFile() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- Return the file that was changed.
- getFile(String) - Method in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
- Return aClassLoaderFilefor the given name ornullif no file is contained in this collection.
- getFile(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- getFiles() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
- The files that have been changed.
- getFiles() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
- Return allClassLoaderFilesin the collection that are contained in this source folder.
- getFilesEntrySet() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
- getFileSystemWatcher() - Method in interface org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
- Create a newFileSystemWatcher.
- getHandler(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.HandlerMapper
- Return the handler for the given request ornull.
- getHandler(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
- getHomeFolder() - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- getHost() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- getInitialUrls() - Method in class org.springframework.boot.devtools.restart.Restarter
- Return the initial set of URLs as configured by theRestartInitializer.
- getInitialUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- getInitialUrls(Thread) - Method in interface org.springframework.boot.devtools.restart.RestartInitializer
- Return the initial set of URLs for theRestarterornullif no initial restart is required.
- getInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
- Return the activeRestarterinstance.
- getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- Return the fileClassLoaderFile.Kind(added, modified, deleted).
- getLastModified() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- Return the time that the file was last modified.
- getLivereload() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- getLog(Class<?>) - Static method in class org.springframework.boot.devtools.logger.DevToolsLogFactory
- Get aLoginstance for the specified source that will be automaticallyswitchedwhen thecontext is prepared.
- getName() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
- Return the name of the source folder.
- getOrAddAttribute(String, ObjectFactory<?>) - Method in class org.springframework.boot.devtools.restart.Restarter
- getOrCreateSourceFolder(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Get or create aClassLoaderFiles.SourceFolderwith the given name.
- getOrder() - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
- getPayloadData(ReadableByteChannel) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Return the payload data for the given sourceReadableByteChannelor null if the channel timed out whilst reading.
- getPollInterval() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getPort() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- getPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- getPort() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- Return the port that the server is listening on.
- getPort() - Method in interface org.springframework.boot.devtools.tunnel.server.PortProvider
- Return the port number.
- getPort() - Method in class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
- getProxy() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getQuietPeriod() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getRelativeName() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- Return the name of the file relative to the source folder.
- getRemote() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- getRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Return the underlying request.
- getResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- getResources(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- getResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Return the underlying response.
- getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getSecret() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getSecretHeaderName() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getSequence() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Return the sequence number of the payload.
- getServerThread() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
- getServerThread() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
- Returns the active server thread, creating and starting it if necessary.
- getSourceFolder() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
- The source folder being watched.
- getSourceFolders() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Return allSourceFoldersthat have been added to the collection.
- getThreadFactory() - Method in class org.springframework.boot.devtools.restart.Restarter
- Return aThreadFactorythat can be used to create leak safe threads.
- getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getType() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- Return the type of change.
- getUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- Return the URLs that should be used with initialization.
H
- handle(Throwable) - Method in interface org.springframework.boot.devtools.restart.FailureHandler
- Handle a run failure.
- handle(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
- Handle an incoming HTTP connection.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.Dispatcher
- Dispatch the specified request to an appropriateHandler.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.boot.devtools.remote.server.Handler
- Handle the request.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.HttpStatusHandler
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServer
- Handle a server request.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
- Handle an incoming HTTP connection.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
- handleIncomingHttp(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
- Handle an incomingHttpTunnelServer.HttpConnection.
- Handler - Interface in org.springframework.boot.devtools.remote.server
- A single handler that is able to process an incoming remote server request.
- HandlerMapper - Interface in org.springframework.boot.devtools.remote.server
- Interface to provide a mapping between aServerHttpRequestand aHandler.
- hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
- HEX_CHARS - Static variable in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- HttpConnection(ServerHttpRequest, ServerHttpResponse) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- HttpHeaderAccessManager - Class in org.springframework.boot.devtools.remote.server
- AccessManagerthat checks for the presence of a HTTP header secret.
- HttpHeaderAccessManager(String, String) - Constructor for class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
- HttpHeaderInterceptor - Class in org.springframework.boot.devtools.remote.client
- ClientHttpRequestInterceptorto populate arbitrary HTTP headers with a value.
- HttpHeaderInterceptor(String, String) - Constructor for class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
- Creates a newHttpHeaderInterceptorinstance.
- HttpRestartServer - Class in org.springframework.boot.devtools.restart.server
- A HTTP server that can be used to upload updatedClassLoaderFilesand trigger restarts.
- HttpRestartServer(RestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
- Create a newHttpRestartServerinstance.
- HttpRestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
- Create a newHttpRestartServerinstance.
- HttpRestartServerHandler - Class in org.springframework.boot.devtools.restart.server
- AdaptsHttpRestartServerto aHandler.
- HttpRestartServerHandler(HttpRestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
- Create a newHttpRestartServerHandlerinstance.
- HttpStatusHandler - Class in org.springframework.boot.devtools.remote.server
- Handlerthat responds with a specific- HttpStatus.
- HttpStatusHandler() - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
- Create a newHttpStatusHandlerinstance that will respond with a HTTP OK 200 status.
- HttpStatusHandler(HttpStatus) - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
- Create a newHttpStatusHandlerinstance that will respond with the specified status.
- HttpTunnelConnection - Class in org.springframework.boot.devtools.tunnel.client
- TunnelConnectionimplementation that uses HTTP to transfer data.
- HttpTunnelConnection(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
- Create a newHttpTunnelConnectioninstance.
- HttpTunnelConnection(String, ClientHttpRequestFactory, Executor) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
- Create a newHttpTunnelConnectioninstance.
- HttpTunnelConnection.TunnelChannel - Class in org.springframework.boot.devtools.tunnel.client
- AWritableByteChannelused to transfer traffic.
- HttpTunnelPayload - Class in org.springframework.boot.devtools.tunnel.payload
- Encapsulates a payload data sent via a HTTP tunnel.
- HttpTunnelPayload(long, ByteBuffer) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Create a newHttpTunnelPayloadinstance.
- HttpTunnelPayloadForwarder - Class in org.springframework.boot.devtools.tunnel.payload
- Utility class that forwardsHttpTunnelPayloadinstances to a destination channel, respecting sequence order.
- HttpTunnelPayloadForwarder(WritableByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
- Create a newHttpTunnelPayloadForwarderinstance.
- HttpTunnelServer - Class in org.springframework.boot.devtools.tunnel.server
- A server that can be used to tunnel TCP traffic over HTTP.
- HttpTunnelServer(TargetServerConnection) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
- Creates a newHttpTunnelServerinstance.
- HttpTunnelServer.HttpConnection - Class in org.springframework.boot.devtools.tunnel.server
- Encapsulates a HTTP request/response pair.
- HttpTunnelServer.ServerThread - Class in org.springframework.boot.devtools.tunnel.server
- The main server thread used to transfer tunnel traffic.
- HttpTunnelServerHandler - Class in org.springframework.boot.devtools.tunnel.server
- Adapts aHttpTunnelServerto aHandler.
- HttpTunnelServerHandler(HttpTunnelServer) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
- Create a newHttpTunnelServerHandlerinstance.
I
- init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
- initialize(String[]) - Static method in class org.springframework.boot.devtools.restart.Restarter
- Initialize restart support.
- initialize(String[], boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
- Initialize restart support.
- initialize(String[], boolean, RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
- Initialize restart support.
- initialize(String[], boolean, RestartInitializer, boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
- Initialize restart support for the current application.
- initialize(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
- Initialize restart support.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.devtools.restart.RestartScopeInitializer
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
- isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
- Determine if any agent reloader is active.
- isAllowed(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.AccessManager
- Determine if the specific request is allowed to be handled by theDispatcher.
- isAllowed(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
- isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- isDisconnectRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Detect if the request is actually a signal to disconnect.
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
- isLogConditionEvaluationDelta() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- isMain(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- Returns if the thread is for a main invocation.
- isMatch(String, URL) - Method in class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
- isMatch(String, URL) - Method in interface org.springframework.boot.devtools.restart.server.SourceFolderUrlFilter
- Determine if the specified URL matches a source folder.
- isOlderThan(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Determine if a connection is older than the specified time.
- isOpen() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
- isRestartExclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
- isRestartInclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
- isRestartRequired() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- Return if an application restart is required due to the change.
- isRestartRequired(ChangedFile) - Method in interface org.springframework.boot.devtools.classpath.ClassPathRestartStrategy
- Return true if a full restart is required.
- isRestartRequired(ChangedFile) - Method in class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- isStarted() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- Return if the server has been started.
- iterator() - Method in class org.springframework.boot.devtools.classpath.ClassPathFolders
- iterator() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
L
- Livereload() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- LiveReloadServer - Class in org.springframework.boot.devtools.livereload
- A livereload server.
- LiveReloadServer() - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
- Create a newLiveReloadServerlistening on the default port.
- LiveReloadServer(int) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
- Create a newLiveReloadServerlistening on the specified port.
- LiveReloadServer(int, ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
- Create a newLiveReloadServerlistening on the specified port with a specificThreadFactory.
- LiveReloadServer(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
- Create a newLiveReloadServerlistening on the default port with a specificThreadFactory.
- loadClass(String, boolean) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- LocalDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
- Auto-configurationfor local development support.
- LocalDevToolsAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
- logIncoming() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Log incoming payload information at trace level to aid diagnostics.
- logOutgoing() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Log incoming payload information at trace level to aid diagnostics.
M
- main(String[]) - Static method in class org.springframework.boot.devtools.RemoteSpringApplication
- Run theRemoteSpringApplication.
- 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 - Static variable in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
- EmptyClassLoaderFileRepositoryimplementation.
- NONE - Static variable in interface org.springframework.boot.devtools.restart.FailureHandler
- FailureHandlerthat always aborts.
- NONE - Static variable in interface org.springframework.boot.devtools.restart.RestartInitializer
- RestartInitializerthat doesn't return any URLs.
O
- onApplicationEvent(ClassPathChangedEvent) - Method in class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
- onChange(Set<ChangedFiles>) - Method in interface org.springframework.boot.devtools.filewatch.FileChangeListener
- Called when files have been changed.
- onClose(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
- Called when a socket channel is closed.
- onOpen(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
- Called when a socket channel is opened.
- open(int) - Method in class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
- open(int) - Method in interface org.springframework.boot.devtools.tunnel.server.TargetServerConnection
- Open a connection to the target server with the specified timeout.
- open(WritableByteChannel, Closeable) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
- open(WritableByteChannel, Closeable) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelConnection
- Open the tunnel connection.
- openConnection(URL) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
- OptionalLiveReloadServer - Class in org.springframework.boot.devtools.autoconfigure
- Manages an optionalLiveReloadServer.
- OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
- Create a newOptionalLiveReloadServerinstance.
- org.springframework.boot.devtools - package org.springframework.boot.devtools
- Spring Boot developer tools.
- org.springframework.boot.devtools.autoconfigure - package org.springframework.boot.devtools.autoconfigure
- Auto-configuration forspring-boot-devtools.
- org.springframework.boot.devtools.classpath - package org.springframework.boot.devtools.classpath
- Support for classpath monitoring.
- org.springframework.boot.devtools.env - package org.springframework.boot.devtools.env
- DevTools classes relating to Spring Framework'sEnvironment.
- org.springframework.boot.devtools.filewatch - package org.springframework.boot.devtools.filewatch
- Class to watch the local filesystem for changes.
- org.springframework.boot.devtools.livereload - package org.springframework.boot.devtools.livereload
- Support for the livereload protocol.
- org.springframework.boot.devtools.logger - package org.springframework.boot.devtools.logger
- Devtools specific logging concerns.
- org.springframework.boot.devtools.remote.client - package org.springframework.boot.devtools.remote.client
- Client support for a remotely running Spring Boot application.
- org.springframework.boot.devtools.remote.server - package org.springframework.boot.devtools.remote.server
- Server support for a remotely running Spring Boot application.
- org.springframework.boot.devtools.restart - package org.springframework.boot.devtools.restart
- Application restart support.
- org.springframework.boot.devtools.restart.classloader - package org.springframework.boot.devtools.restart.classloader
- Classloaders used for reload support.
- org.springframework.boot.devtools.restart.server - package org.springframework.boot.devtools.restart.server
- Remote restart server.
- org.springframework.boot.devtools.settings - package org.springframework.boot.devtools.settings
- Classes for loading DevTools settings.
- org.springframework.boot.devtools.tunnel - package org.springframework.boot.devtools.tunnel
- Provides support for tunneling TCP traffic over HTTP.
- org.springframework.boot.devtools.tunnel.client - package org.springframework.boot.devtools.tunnel.client
- Client side TCP tunnel support.
- org.springframework.boot.devtools.tunnel.payload - package org.springframework.boot.devtools.tunnel.payload
- Classes to deal with payloads sent over a HTTP tunnel.
- org.springframework.boot.devtools.tunnel.server - package org.springframework.boot.devtools.tunnel.server
- Server side TCP tunnel support.
P
- PatternClassPathRestartStrategy - Class in org.springframework.boot.devtools.classpath
- Ant style pattern basedClassPathRestartStrategy.
- PatternClassPathRestartStrategy(String) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- PatternClassPathRestartStrategy(String[]) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- PERMIT_ALL - Static variable in interface org.springframework.boot.devtools.remote.server.AccessManager
- AccessManagerthat permits all requests.
- PortProvider - Interface in 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) - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- Proxy() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
R
- relaunch(ClassLoader) - Method in class org.springframework.boot.devtools.restart.Restarter
- Relaunch the application using the specified classloader.
- RemoteClientConfiguration - Class in org.springframework.boot.devtools.remote.client
- Configuration used to connect to remote Spring Boot applications.
- RemoteClientConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- remoteDevToolsAccessManager() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
- RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
- Auto-configurationfor remote development support.
- RemoteDevToolsAutoConfiguration(DevToolsProperties, ServerProperties) - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
- remoteDevToolsDispatcherFilter(AccessManager, Collection<HandlerMapper>) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
- remoteDevToolsHealthCheckHandlerMapper() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
- RemoteDevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
- Configuration properties for remote Spring Boot applications.
- RemoteDevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- RemoteDevToolsProperties.Proxy - Class in org.springframework.boot.devtools.autoconfigure
- RemoteDevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
- RemoteSpringApplication - Class in org.springframework.boot.devtools
- Application that can be used to establish a link to remotely running Spring Boot code.
- remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
- removeAttribute(String) - Method in class org.springframework.boot.devtools.restart.Restarter
- removeListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
- respond(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Send a payload response.
- respond(HttpStatus) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Send a HTTP status response.
- restart() - Method in class org.springframework.boot.devtools.restart.Restarter
- Restart the running application.
- restart(Set<URL>, ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
- Called to restart the application.
- restart(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
- Restart the running application.
- Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
- RestartApplicationListener - Class in org.springframework.boot.devtools.restart
- ApplicationListenerto initialize the- Restarter.
- RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
- RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
- DisposableClassLoaderused to support application restarting.
- RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- Create a newRestartClassLoaderinstance.
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- Create a newRestartClassLoaderinstance.
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- Create a newRestartClassLoaderinstance.
- Restarter - Class in org.springframework.boot.devtools.restart
- Allows a running application to be restarted with an updated classpath.
- Restarter(Thread, String[], boolean, RestartInitializer) - Constructor for class org.springframework.boot.devtools.restart.Restarter
- Internal constructor to create a newRestarterinstance.
- RestartInitializer - Interface in org.springframework.boot.devtools.restart
- Strategy interface used to initialize aRestarter.
- RestartListener - Interface in org.springframework.boot.devtools.restart
- Listener that is notified of application restarts.
- RestartScope - Annotation Type in org.springframework.boot.devtools.restart
- Restart@ScopeAnnotation used to indicate that a bean should remain between restarts.
- RestartScopeInitializer - Class in org.springframework.boot.devtools.restart
- Support for a 'restart'Scopethat allows beans to remain between restarts.
- RestartScopeInitializer() - Constructor for class org.springframework.boot.devtools.restart.RestartScopeInitializer
- RestartServer - Class in org.springframework.boot.devtools.restart.server
- Server used torestartthe current application with updatedClassLoaderFiles.
- RestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- Create a newRestartServerinstance.
- RestartServer(SourceFolderUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- Create a newRestartServerinstance.
- RETRY - org.springframework.boot.devtools.restart.FailureHandler.Outcome
- Try again to relaunch the application.
- run() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
- run() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
S
- ServerThread(ByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
- ServerThread(ServerSocketChannel) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
- setAdditionalExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setAdditionalPaths(List<File>) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- setContextPath(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- setDisconnectTimeout(long) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
- Set the maximum amount of time to wait for a client before closing the connection.
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
- setExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setHost(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- setLogConditionEvaluationDelta(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setLongPollTimeout(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
- Set the long poll timeout for the server.
- setOrder(int) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
- Set the order of the listener.
- setPollInterval(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- setPort(Integer) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- setQuietPeriod(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setSecret(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- setSecretHeaderName(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- setStopWatcherOnRestart(boolean) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- Set if theFileSystemWatchershould be stopped when a full restart occurs.
- SETTINGS_RESOURCE_LOCATION - Static variable in class org.springframework.boot.devtools.settings.DevToolsSettings
- The location to look for settings properties.
- setTriggerFile(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setTriggerFilter(FileFilter) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Set an optionalFileFilterused to limit the files that trigger a change.
- size() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- Return the size of the collection.
- SocketTargetServerConnection - Class in org.springframework.boot.devtools.tunnel.server
- Socket basedTargetServerConnection.
- SocketTargetServerConnection(PortProvider) - Constructor for class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
- Create a newSocketTargetServerConnection.
- SourceFolderUrlFilter - Interface in org.springframework.boot.devtools.restart.server
- Filter URLs based on a source folder name.
- start() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Start monitoring the source folder for changes.
- start() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- Start the livereload server and accept incoming connections.
- start() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
- Start the client and accept incoming connections.
- start(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
- Start the application.
- startAsync() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- Start asynchronous support or if unavailable returnnullto causeHttpTunnelServer.HttpConnection.waitForResponse()to block.
- StaticPortProvider - Class in org.springframework.boot.devtools.tunnel.server
- PortProviderfor a static port that won't change.
- StaticPortProvider(int) - Constructor for class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
- stop() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- Stop monitoring the source folders.
- stop() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- Gracefully stop the livereload server.
- stop() - Method in class org.springframework.boot.devtools.restart.Restarter
- Stop the application.
- stop() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
- Stop the client, disconnecting any servers.
- stopAcceptingConnections() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
T
- TargetServerConnection - Interface in org.springframework.boot.devtools.tunnel.server
- Manages the connection to the ultimate tunnel target server.
- toHexString() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Return the payload as a hexadecimal string.
- toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
- TriggerFileFilter - Class in org.springframework.boot.devtools.autoconfigure
- FileFilterthat accepts only a specific "trigger" file.
- TriggerFileFilter(String) - Constructor for class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
- triggerReload() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
- Trigger LiveReload if the server is up and running.
- triggerReload() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- Trigger livereload of all connected clients.
- TunnelChannel(WritableByteChannel, Closeable) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
- TunnelClient - Class in org.springframework.boot.devtools.tunnel.client
- The client side component of a socket tunnel.
- TunnelClient(int, TunnelConnection) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient
- TunnelClient.ServerThread - Class in org.springframework.boot.devtools.tunnel.client
- The main server thread.
- TunnelClientListener - Interface in org.springframework.boot.devtools.tunnel.client
- Listener that can be used to receiveTunnelClientevents.
- TunnelConnection - Interface in org.springframework.boot.devtools.tunnel.client
- Interface used to manage socket tunnel connections.
U
- updateAndRestart(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
- Update the current running application with the specifiedClassLoaderFilesand trigger a reload.
- UrlHandlerMapper - Class in org.springframework.boot.devtools.remote.server
- HandlerMapperimplementation that maps incoming URLs.
- UrlHandlerMapper(String, Handler) - Constructor for class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
- Create a newUrlHandlerMapper.
V
- valueOf(String) - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
- Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
- Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
- Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitForResponse() - Method in class 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) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
- writeTo(WritableByteChannel) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- Write the content of this payload to the given target channel.
All Classes All Packages