Class GetCollectionHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.collection.GetCollectionHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler
Direct Known Subclasses:
GetBucketHandler

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

    • GetCollectionHandler

      public GetCollectionHandler()
    • GetCollectionHandler

      public GetCollectionHandler(PipelinedHandler next)
      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