Class PutBucketHandler
- java.lang.Object
-
- org.restheart.handlers.PipelinedHandler
-
- org.restheart.mongodb.handlers.collection.PutCollectionHandler
-
- org.restheart.mongodb.handlers.files.PutBucketHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class PutBucketHandler extends PutCollectionHandler
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Field Summary
-
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description PutBucketHandler()Creates a new instance of PutBucketHandlerPutBucketHandler(PipelinedHandler next)Creates a new instance of PutBucketHandler
-
Method Summary
-
Methods inherited from class org.restheart.mongodb.handlers.collection.PutCollectionHandler
handleRequest
-
Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
-
-
-
Constructor Detail
-
PutBucketHandler
public PutBucketHandler()
Creates a new instance of PutBucketHandler
-
PutBucketHandler
public PutBucketHandler(PipelinedHandler next)
Creates a new instance of PutBucketHandler- Parameters:
next-
-
-