Package io.undertow.servlet.handlers
Class ServletHandler
java.lang.Object
io.undertow.servlet.handlers.ServletHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
The handler that is responsible for invoking the servlet
TODO: do we want to move lifecycle considerations out of this handler?
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(io.undertow.server.HttpServerExchange exchange)
-
Constructor Details
-
ServletHandler
-
-
Method Details
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws IOException, javax.servlet.ServletException - Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Throws:
IOException
javax.servlet.ServletException
-
getManagedServlet
-