Class BulkDeleteDocumentsHandler
- java.lang.Object
-
- org.restheart.handlers.PipelinedHandler
-
- org.restheart.mongodb.handlers.bulk.BulkDeleteDocumentsHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class BulkDeleteDocumentsHandler extends PipelinedHandler
- Author:
- Andrea Di Cesare <[email protected]>
-
-
Field Summary
-
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description BulkDeleteDocumentsHandler()
Creates a new instance of BulkDeleteDocumentsHandlerBulkDeleteDocumentsHandler(PipelinedHandler next)
Creates a new instance of BulkDeleteDocumentsHandlerBulkDeleteDocumentsHandler(DocumentDAO documentDAO)
Creates a new instance of BulkDeleteDocumentsHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
-
-
-
Constructor Detail
-
BulkDeleteDocumentsHandler
public BulkDeleteDocumentsHandler()
Creates a new instance of BulkDeleteDocumentsHandler
-
BulkDeleteDocumentsHandler
public BulkDeleteDocumentsHandler(DocumentDAO documentDAO)
Creates a new instance of BulkDeleteDocumentsHandler- Parameters:
documentDAO
-
-
BulkDeleteDocumentsHandler
public BulkDeleteDocumentsHandler(PipelinedHandler next)
Creates a new instance of BulkDeleteDocumentsHandler- Parameters:
next
-
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Specified by:
handleRequest
in classPipelinedHandler
- Parameters:
exchange
-- Throws:
Exception
-
-