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 UndertowJaxrsServer
UndertowJaxrsServer. deploy()
UndertowJaxrsServer
UndertowJaxrsServer. deploy(io.undertow.servlet.api.DeploymentInfo builder)
Adds an arbitrary web deployment to underlying Undertow server.UndertowJaxrsServer
UndertowJaxrsServer. deploy(jakarta.ws.rs.core.Application application)
UndertowJaxrsServer
UndertowJaxrsServer. deploy(jakarta.ws.rs.core.Application application, String contextPath)
UndertowJaxrsServer
UndertowJaxrsServer. deploy(Class<? extends jakarta.ws.rs.core.Application> application)
UndertowJaxrsServer
UndertowJaxrsServer. deploy(Class<? extends jakarta.ws.rs.core.Application> application, String contextPath)
UndertowJaxrsServer
UndertowJaxrsServer. deploy(ResteasyDeployment resteasyDeployment)
UndertowJaxrsServer
UndertowJaxrsServer. deployOldStyle(Class<? extends jakarta.ws.rs.core.Application> application)
UndertowJaxrsServer
UndertowJaxrsServer. deployOldStyle(Class<? extends jakarta.ws.rs.core.Application> application, String ctxtPath)
UndertowJaxrsServer
UndertowJaxrsServer. setContextParams(Map<String,String> contextParams)
UndertowJaxrsServer
UndertowJaxrsServer. setDeployment(ResteasyDeployment deployment)
UndertowJaxrsServer
UndertowJaxrsServer. setHostname(String hostname)
UndertowJaxrsServer
UndertowJaxrsServer. setInitParams(Map<String,String> initParams)
UndertowJaxrsServer
UndertowJaxrsServer. setPort(int port)
UndertowJaxrsServer
UndertowJaxrsServer. setRootResourcePath(String rootResourcePath)
UndertowJaxrsServer
UndertowJaxrsServer. setSecurityDomain(SecurityDomain sc)
UndertowJaxrsServer
UndertowJaxrsServer. start()
UndertowJaxrsServer
UndertowJaxrsServer. 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 UndertowJaxrsServer
WadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application)
UndertowJaxrsServer
WadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application, String contextPath)
Methods in org.jboss.resteasy.wadl.undertow with parameters of type UndertowJaxrsServer Modifier and Type Method Description UndertowJaxrsServer
WadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application)
UndertowJaxrsServer
WadlUndertowConnector. deployToServer(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application, String contextPath)
-