Class PatchDBHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class PatchDBHandler
    extends PipelinedHandler
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>
    • Constructor Detail

      • PatchDBHandler

        public PatchDBHandler()
        Creates a new instance of PatchDBHandler
      • PatchDBHandler

        public PatchDBHandler​(PipelinedHandler next)
        Creates a new instance of PatchDBHandler
        Parameters:
        next -
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        partial update db properties
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Specified by:
        handleRequest in class PipelinedHandler
        Parameters:
        exchange -
        Throws:
        Exception