Package io.undertow.servlet.handlers
Class ServletHandler
- java.lang.Object
-
- io.undertow.servlet.handlers.ServletHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ServletHandler extends java.lang.Object implements io.undertow.server.HttpHandlerThe handler that is responsible for invoking the servletTODO: do we want to move lifecycle considerations out of this handler?
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ServletHandler(ManagedServlet managedServlet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedServletgetManagedServlet()voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
ServletHandler
public ServletHandler(ManagedServlet managedServlet)
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws java.io.IOException, jakarta.servlet.ServletException- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
java.io.IOExceptionjakarta.servlet.ServletException
-
getManagedServlet
public ManagedServlet getManagedServlet()
-
-