public class HttpRestartServerHandler extends Object implements Handler
HttpRestartServer to a Handler.| Constructor and Description | 
|---|
| HttpRestartServerHandler(HttpRestartServer server)Create a new  HttpRestartServerHandlerinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(ServerHttpRequest request,
      ServerHttpResponse response)Handle the request. | 
public HttpRestartServerHandler(HttpRestartServer server)
HttpRestartServerHandler instance.server - the server to adaptpublic void handle(ServerHttpRequest request, ServerHttpResponse response) throws IOException
Handlerhandle in interface Handlerrequest - the requestresponse - the responseIOException - in case of I/O errors