Uses of Class
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
-
Uses of UndertowJaxrsServer in org.jboss.resteasy.plugins.server.undertow
Modifier and TypeClassDescriptionclass
Wrapper around Undertow to make resteasy deployments easier Each ResteasyDeployment or jaxrs Application is deployed under its own web deployment (WAR) You may also deploy after the server has started.Modifier and TypeMethodDescriptionUndertowJaxrsServer.deploy()
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
(Class<? extends jakarta.ws.rs.core.Application> application, String contextPath) UndertowJaxrsServer.deploy
(ResteasyDeployment resteasyDeployment) UndertowJaxrsServer.deployOldStyle
(Class<? extends jakarta.ws.rs.core.Application> application) UndertowJaxrsServer.deployOldStyle
(Class<? extends jakarta.ws.rs.core.Application> application, String ctxtPath) UndertowJaxrsServer.setContextParams
(Map<String, String> contextParams) UndertowJaxrsServer.setDeployment
(ResteasyDeployment deployment) UndertowJaxrsServer.setHostname
(String hostname) UndertowJaxrsServer.setInitParams
(Map<String, String> initParams) UndertowJaxrsServer.setPort
(int port) UndertowJaxrsServer.setRootResourcePath
(String rootResourcePath) UndertowJaxrsServer.setSecurityDomain
(SecurityDomain sc) UndertowJaxrsServer.start()
UndertowJaxrsServer.start
(io.undertow.Undertow.Builder builder) -
Uses of UndertowJaxrsServer in org.jboss.resteasy.wadl.undertow
Modifier and TypeMethodDescriptionWadlUndertowConnector.deployToServer
(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application) WadlUndertowConnector.deployToServer
(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application, String contextPath) Modifier and TypeMethodDescriptionWadlUndertowConnector.deployToServer
(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application) WadlUndertowConnector.deployToServer
(UndertowJaxrsServer server, Class<? extends jakarta.ws.rs.core.Application> application, String contextPath)