Class PutFileHandler
java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.files.PutFileHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
-
Field Summary
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionPutFileHandler(PipelinedHandler next)PutFileHandler(PipelinedHandler next, GridFsDAO gridFsDAO) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(io.undertow.server.HttpServerExchange exchange)Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
Constructor Details
-
PutFileHandler
public PutFileHandler() -
PutFileHandler
- Parameters:
next-
-
PutFileHandler
- Parameters:
next-gridFsDAO-
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Specified by:
handleRequestin classPipelinedHandler- Parameters:
exchange-- Throws:
Exception
-