Class PatchDocumentHandler
- java.lang.Object
-
- org.restheart.handlers.PipelinedHandler
-
- org.restheart.mongodb.handlers.document.PatchDocumentHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class PatchDocumentHandler extends PipelinedHandler
- Author:
- Andrea Di Cesare <[email protected]>
-
-
Field Summary
-
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description PatchDocumentHandler()
Creates a new instance of PatchDocumentHandlerPatchDocumentHandler(PipelinedHandler next)
PatchDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)
PatchDocumentHandler(DocumentDAO documentDAO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
-
-
-
Constructor Detail
-
PatchDocumentHandler
public PatchDocumentHandler()
Creates a new instance of PatchDocumentHandler
-
PatchDocumentHandler
public PatchDocumentHandler(DocumentDAO documentDAO)
-
PatchDocumentHandler
public PatchDocumentHandler(PipelinedHandler next)
-
PatchDocumentHandler
public PatchDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Specified by:
handleRequest
in classPipelinedHandler
- Parameters:
exchange
-- Throws:
Exception
-
-