Uses of Class
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
-
Packages that use UndertowJaxrsServer Package Description org.jboss.resteasy.plugins.server.undertow org.jboss.resteasy.wadl.undertow -
-
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(Class<? extends javax.ws.rs.core.Application> application)UndertowJaxrsServerUndertowJaxrsServer. deploy(Class<? extends javax.ws.rs.core.Application> application, String contextPath)UndertowJaxrsServerUndertowJaxrsServer. deploy(javax.ws.rs.core.Application application)UndertowJaxrsServerUndertowJaxrsServer. deploy(javax.ws.rs.core.Application application, String contextPath)UndertowJaxrsServerUndertowJaxrsServer. deploy(ResteasyDeployment resteasyDeployment)UndertowJaxrsServerUndertowJaxrsServer. deployOldStyle(Class<? extends javax.ws.rs.core.Application> application)UndertowJaxrsServerUndertowJaxrsServer. deployOldStyle(Class<? extends javax.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(SecurityDomain sc)UndertowJaxrsServerUndertowJaxrsServer. start()UndertowJaxrsServerUndertowJaxrsServer. start(io.undertow.Undertow.Builder builder) -
Uses of UndertowJaxrsServer in org.jboss.resteasy.wadl.undertow
Methods in org.jboss.resteasy.wadl.undertow that return UndertowJaxrsServer Modifier and Type Method Description UndertowJaxrsServerWadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends javax.ws.rs.core.Application> application)UndertowJaxrsServerWadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends javax.ws.rs.core.Application> application, String contextPath)Methods in org.jboss.resteasy.wadl.undertow with parameters of type UndertowJaxrsServer Modifier and Type Method Description UndertowJaxrsServerWadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends javax.ws.rs.core.Application> application)UndertowJaxrsServerWadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends javax.ws.rs.core.Application> application, String contextPath)
-