Package | Description |
---|---|
org.jboss.resteasy.plugins.server.undertow |
Modifier and Type | Method and Description |
---|---|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(javax.ws.rs.core.Application application)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(javax.ws.rs.core.Application application,
String contextPath)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Class<? extends javax.ws.rs.core.Application> application)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Class<? extends javax.ws.rs.core.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 © 2016. All rights reserved.