Package io.undertow.servlet.handlers
Class ServletDispatchingHandler
java.lang.Object
io.undertow.servlet.handlers.ServletDispatchingHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
Handler that dispatches to the resolved servlet.
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(io.undertow.server.HttpServerExchange exchange)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ServletDispatchingHandler
public ServletDispatchingHandler()
-
-
Method Details
-
handleRequest
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Throws:
Exception
-