Class PutDocumentHandler

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

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

      • PutDocumentHandler

        public PutDocumentHandler()
        Default ctor
      • PutDocumentHandler

        public PutDocumentHandler​(PipelinedHandler next)
        Default ctor
        Parameters:
        next -
      • PutDocumentHandler

        public PutDocumentHandler​(PipelinedHandler next,
                                  DocumentDAO documentDAO)
        Creates a new instance of PutDocumentHandler
        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