Uses of Class
org.restheart.mongodb.db.GridFsDAO
Packages that use GridFsDAO
Package
Description
Handlers for HTTP requests related to file bucket and file resource
-
Uses of GridFsDAO in org.restheart.mongodb.handlers.files
Constructors in org.restheart.mongodb.handlers.files with parameters of type GridFsDAOModifierConstructorDescriptionPostBucketHandler(PipelinedHandler next, GridFsDAO gridFsDAO)PutFileHandler(PipelinedHandler next, GridFsDAO gridFsDAO)