Class DeleteCollectionHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler
    Direct Known Subclasses:
    DeleteBucketHandler

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

      • DeleteCollectionHandler

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

        public DeleteCollectionHandler​(PipelinedHandler next)
        Creates a new instance of DeleteCollectionHandler
        Parameters:
        next -
    • 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