public class HttpRestartServer
extends java.lang.Object
ClassLoaderFiles and trigger
restarts.RestartServer| Constructor and Description |
|---|
HttpRestartServer(RestartServer restartServer)
Create a new
HttpRestartServer instance. |
HttpRestartServer(SourceDirectoryUrlFilter sourceDirectoryUrlFilter)
Create a new
HttpRestartServer instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
Handle a server request.
|
public HttpRestartServer(SourceDirectoryUrlFilter sourceDirectoryUrlFilter)
HttpRestartServer instance.sourceDirectoryUrlFilter - the source filter used to link remote directory to
the local classpathpublic HttpRestartServer(RestartServer restartServer)
HttpRestartServer instance.restartServer - the underlying restart serverpublic void handle(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
throws java.io.IOException
request - the requestresponse - the responsejava.io.IOException - in case of I/O errors