Class DeleteBucketHandler
- java.lang.Object
-
- org.restheart.handlers.PipelinedHandler
-
- org.restheart.mongodb.handlers.collection.DeleteCollectionHandler
-
- org.restheart.mongodb.handlers.files.DeleteBucketHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class DeleteBucketHandler extends DeleteCollectionHandler
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Field Summary
-
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description DeleteBucketHandler()Creates a new instance of DeleteBucketHandlerDeleteBucketHandler(PipelinedHandler next)Creates a new instance of DeleteBucketHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)-
Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
-
-
-
Constructor Detail
-
DeleteBucketHandler
public DeleteBucketHandler()
Creates a new instance of DeleteBucketHandler
-
DeleteBucketHandler
public DeleteBucketHandler(PipelinedHandler next)
Creates a new instance of DeleteBucketHandler- Parameters:
next-
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Overrides:
handleRequestin classDeleteCollectionHandler- Parameters:
exchange-- Throws:
Exception
-
-