Class GetDocumentHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.document.GetDocumentHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler
Direct Known Subclasses:
GetFileHandler

public class GetDocumentHandler extends PipelinedHandler
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • GetDocumentHandler

      public GetDocumentHandler()
      Default ctor
    • GetDocumentHandler

      public GetDocumentHandler(PipelinedHandler next)
      Default ctor
      Parameters:
      next -
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Specified by:
      handleRequest in class PipelinedHandler
      Parameters:
      exchange -
      Throws:
      Exception