Class ResponseSender

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

public class ResponseSender extends PipelinedHandler
Sends the response content to the client
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • ResponseSender

      public ResponseSender()
    • ResponseSender

      public ResponseSender(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