Uses of Class
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Packages that use UndertowJaxrsServer
-
Uses of UndertowJaxrsServer in org.jboss.resteasy.plugins.server.undertow
Methods in org.jboss.resteasy.plugins.server.undertow that return UndertowJaxrsServerModifier 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
Methods in org.jboss.resteasy.wadl.undertow that return UndertowJaxrsServerModifier 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) Methods in org.jboss.resteasy.wadl.undertow with parameters of type UndertowJaxrsServerModifier 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)