-
UndertowJaxrsServer.deploy(io.undertow.servlet.api.DeploymentInfo builder)
Adds an arbitrary web deployment to underlying Undertow server.
UndertowJaxrsServer.deploy(jakarta.ws.rs.core.Application application)
UndertowJaxrsServer.deploy(jakarta.ws.rs.core.Application application,
String contextPath)
UndertowJaxrsServer.deploy(Class<? extends jakarta.ws.rs.core.Application> application)
UndertowJaxrsServer.deploy(Class<? extends jakarta.ws.rs.core.Application> application,
String contextPath)
UndertowJaxrsServer.deployOldStyle(Class<? extends jakarta.ws.rs.core.Application> application)
UndertowJaxrsServer.setPort(int port)
UndertowJaxrsServer.setSecurityDomain(org.jboss.resteasy.plugins.server.embedded.SecurityDomain sc)
UndertowJaxrsServer.start()
UndertowJaxrsServer.start(io.undertow.Undertow.Builder builder)