Class 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.
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws java.lang.Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        java.lang.Exception