Class InternalRestHandler
- java.lang.Object
-
- org.syncany.operations.daemon.handlers.InternalRestHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class InternalRestHandler extends java.lang.Object implements io.undertow.server.HttpHandler
InteralRestHandler handles the REST requests sent to the daemon.
-
-
Constructor Summary
Constructors Constructor Description InternalRestHandler(WebServer daemonWebServer, WebServer.RequestFormatType requestFormatType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
InternalRestHandler
public InternalRestHandler(WebServer daemonWebServer, WebServer.RequestFormatType requestFormatType)
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws java.lang.Exception
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Throws:
java.lang.Exception
-
-