Class DispatchToWorkerHandler
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.handler.DispatchToWorkerHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
This handler dispatches the request to workers and then continues.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
Constructor Details
-
DispatchToWorkerHandler
public DispatchToWorkerHandler(io.undertow.server.HttpHandler next)
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-