Package io.undertow.servlet.handlers
Class ServletHandler
java.lang.Object
io.undertow.servlet.handlers.ServletHandler
- All Implemented Interfaces:
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 TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
ServletHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
IOExceptionServletException
-
getManagedServlet
-