Class PipedHttpHandler

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

@Deprecated public abstract class PipedHttpHandler extends PipelinedHandler
Deprecated.
use PipelinedHandler
Author:
Andrea Di Cesare <[email protected]>
  • Constructor Details

    • PipedHttpHandler

      public PipedHttpHandler()
      Deprecated.
      Creates a default instance of PipedHttpHandler with next = null
    • PipedHttpHandler

      public PipedHttpHandler(PipelinedHandler next)
      Deprecated.
      Creates an instance of PipedHttpHandler with specified next handler
      Parameters:
      next - the next handler in this chain
  • Method Details

    • setNext

      protected void setNext(PipedHttpHandler next)
      Deprecated.
      set the next PipedHttpHandler
      Parameters:
      next -