Class BulkPatchDocumentsHandler

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

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

      • BulkPatchDocumentsHandler

        public BulkPatchDocumentsHandler()
        Creates a new instance of PatchDocumentHandler
      • BulkPatchDocumentsHandler

        public BulkPatchDocumentsHandler​(DocumentDAO documentDAO)
        Parameters:
        documentDAO -
      • BulkPatchDocumentsHandler

        public BulkPatchDocumentsHandler​(PipelinedHandler next)
        Parameters:
        next -
      • BulkPatchDocumentsHandler

        public BulkPatchDocumentsHandler​(PipelinedHandler next,
                                         DocumentDAO documentDAO)
        Parameters:
        next -
        documentDAO -
    • 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