Class DeleteBucketHandler

All Implemented Interfaces:
io.undertow.server.HttpHandler

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

    • DeleteBucketHandler

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

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

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Overrides:
      handleRequest in class DeleteCollectionHandler
      Parameters:
      exchange -
      Throws:
      Exception