public class ServletHandler extends Object implements HttpHandler
TODO: do we want to move lifecycle considerations out of this handler?
| Constructor and Description |
|---|
ServletHandler(ManagedServlet managedServlet) |
| Modifier and Type | Method and Description |
|---|---|
ManagedServlet |
getManagedServlet() |
void |
handleRequest(HttpServerExchange exchange) |
public ServletHandler(ManagedServlet managedServlet)
public void handleRequest(HttpServerExchange exchange) throws IOException, jakarta.servlet.ServletException
handleRequest in interface HttpHandlerIOExceptionjakarta.servlet.ServletExceptionpublic ManagedServlet getManagedServlet()
Copyright © 2022 JBoss by Red Hat. All rights reserved.