Class DeleteFileHandler

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

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

      • DeleteFileHandler

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

        public DeleteFileHandler​(PipelinedHandler next)
        Creates a new instance of DeleteFileHandler
        Parameters:
        next -
      • DeleteFileHandler

        public DeleteFileHandler​(GridFsRepository gridFsDAO)
        Creates a new instance of DeleteFileHandler
        Parameters:
        gridFsDAO -
    • Method Detail

      • handleRequest

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