Package | Description |
---|---|
org.jboss.resteasy.plugins.server.undertow |
Modifier and Type | Method and Description |
---|---|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Application application)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Application application,
String contextPath)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Class<? extends Application> application)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Class<? extends Application> application,
String contextPath)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(io.undertow.servlet.api.DeploymentInfo builder)
Adds an arbitrary web deployment to underlying Undertow server.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(ResteasyDeployment deployment)
Creates a web deployment under "/"
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(ResteasyDeployment deployment,
String contextPath)
Creates a web deployment under contextPath
|
UndertowJaxrsServer |
UndertowJaxrsServer.start() |
UndertowJaxrsServer |
UndertowJaxrsServer.start(io.undertow.Undertow.Builder builder) |
Copyright © 2015. All Rights Reserved.