Class ProxyExchangeBuffersCloser

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

public class ProxyExchangeBuffersCloser extends PipelinedHandler
this closes the request
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • ProxyExchangeBuffersCloser

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

      public ProxyExchangeBuffersCloser(PipelinedHandler next)
      Creates a new instance of ProxyExchangeBuffersCloser
      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