Class InternalWebInterfaceHandler
- java.lang.Object
-
- org.syncany.operations.daemon.handlers.InternalWebInterfaceHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class InternalWebInterfaceHandler extends java.lang.Object implements io.undertow.server.HttpHandler
InternalWebInterfaceHandler is responsible for handling requests to the web interface.
-
-
Constructor Summary
Constructors Constructor Description InternalWebInterfaceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
InternalWebInterfaceHandler
public InternalWebInterfaceHandler()
-
-
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
-
-