Class GetFileBinaryHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.files.GetFileBinaryHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class GetFileBinaryHandler extends PipelinedHandler
Author:
Maurizio Turatti <maurizio@softinstigate.com>
  • Field Details

  • Constructor Details

    • GetFileBinaryHandler

      public GetFileBinaryHandler()
      Creates a new instance of GetFileBinaryHandler
    • GetFileBinaryHandler

      public GetFileBinaryHandler(com.mongodb.client.MongoClient mclient, PipelinedHandler next)
      Creates a new instance of GetFileBinaryHandler
      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