Package org.restheart.handlers
Class RequestNotManagedHandler
java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.handlers.RequestNotManagedHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Field Summary
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of RequestProxyHandlerRequestNotManagedHandler(io.undertow.server.HttpHandler handler) Creates a new instance of RequestProxyHandlerCreates a new instance of RequestProxyHandler -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(io.undertow.server.HttpServerExchange exchange) Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
Constructor Details
-
RequestNotManagedHandler
public RequestNotManagedHandler()Creates a new instance of RequestProxyHandler -
RequestNotManagedHandler
Creates a new instance of RequestProxyHandler- Parameters:
next-
-
RequestNotManagedHandler
public RequestNotManagedHandler(io.undertow.server.HttpHandler handler) Creates a new instance of RequestProxyHandler- Parameters:
handler-
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Specified by:
handleRequestin classPipelinedHandler- Parameters:
exchange-- Throws:
Exception
-