Uses of Class
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
-
-
Uses of UndertowJaxrsServer in org.jboss.resteasy.plugins.server.undertow
Methods in org.jboss.resteasy.plugins.server.undertow that return UndertowJaxrsServer Modifier and Type Method Description UndertowJaxrsServerUndertowJaxrsServer. deploy()UndertowJaxrsServerUndertowJaxrsServer. deploy(io.undertow.servlet.api.DeploymentInfo builder)Adds an arbitrary web deployment to underlying Undertow server.UndertowJaxrsServerUndertowJaxrsServer. deploy(jakarta.ws.rs.core.Application application)UndertowJaxrsServerUndertowJaxrsServer. deploy(jakarta.ws.rs.core.Application application, String contextPath)UndertowJaxrsServerUndertowJaxrsServer. deploy(Class<? extends jakarta.ws.rs.core.Application> application)UndertowJaxrsServerUndertowJaxrsServer. deploy(Class<? extends jakarta.ws.rs.core.Application> application, String contextPath)UndertowJaxrsServerUndertowJaxrsServer. deploy(ResteasyDeployment resteasyDeployment)UndertowJaxrsServerUndertowJaxrsServer. deployOldStyle(Class<? extends jakarta.ws.rs.core.Application> application)UndertowJaxrsServerUndertowJaxrsServer. deployOldStyle(Class<? extends jakarta.ws.rs.core.Application> application, String ctxtPath)UndertowJaxrsServerUndertowJaxrsServer. setContextParams(Map<String,String> contextParams)UndertowJaxrsServerUndertowJaxrsServer. setDeployment(ResteasyDeployment deployment)UndertowJaxrsServerUndertowJaxrsServer. setHostname(String hostname)UndertowJaxrsServerUndertowJaxrsServer. setInitParams(Map<String,String> initParams)UndertowJaxrsServerUndertowJaxrsServer. setPort(int port)UndertowJaxrsServerUndertowJaxrsServer. setRootResourcePath(String rootResourcePath)UndertowJaxrsServerUndertowJaxrsServer. setSecurityDomain(org.jboss.resteasy.plugins.server.embedded.SecurityDomain sc)UndertowJaxrsServerUndertowJaxrsServer. start()UndertowJaxrsServerUndertowJaxrsServer. start(io.undertow.Undertow.Builder builder)
-