Class DeleteDocumentHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.document.DeleteDocumentHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

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

    • DeleteDocumentHandler

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

      public DeleteDocumentHandler(PipelinedHandler next)
      Creates a new instance of DeleteDocumentHandler
      Parameters:
      next -
      documentDAO -
  • Method Details

    • 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