Package org.restheart.handlers
Class PipedHttpHandler
java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.handlers.PipedHttpHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
Deprecated.
use PipelinedHandler
- Author:
- Andrea Di Cesare <[email protected]>
-
Field Summary
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a default instance of PipedHttpHandler with next = nullDeprecated.Creates an instance of PipedHttpHandler with specified next handler -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setNext
(PipedHttpHandler next) Deprecated.set the next PipedHttpHandlerMethods inherited from class org.restheart.handlers.PipelinedHandler
getNext, handleRequest, next, pipe, setNext
-
Constructor Details
-
PipedHttpHandler
public PipedHttpHandler()Deprecated.Creates a default instance of PipedHttpHandler with next = null -
PipedHttpHandler
Deprecated.Creates an instance of PipedHttpHandler with specified next handler- Parameters:
next
- the next handler in this chain
-
-
Method Details
-
setNext
Deprecated.set the next PipedHttpHandler- Parameters:
next
-
-