Uses of Interface
org.jboss.resteasy.spi.ResteasyDeployment
-
-
Uses of ResteasyDeployment in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResteasyDeployment Modifier and Type Class Description classResteasyDeploymentImplThis class is used to configure and initialize the core components of RESTEasy.Methods in org.jboss.resteasy.core with parameters of type ResteasyDeployment Modifier and Type Method Description voidResteasyDeploymentImpl. merge(ResteasyDeployment other) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.embedded
Methods in org.jboss.resteasy.plugins.server.embedded that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentEmbeddedJaxrsServer. getDeployment()Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type ResteasyDeployment Modifier and Type Method Description TEmbeddedJaxrsServer. setDeployment(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as ResteasyDeployment Modifier and Type Field Description protected ResteasyDeploymentNettyJaxrsServer. deploymentMethods in org.jboss.resteasy.plugins.server.netty that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentNettyJaxrsServer. getDeployment()static ResteasyDeploymentNettyContainer. start()static ResteasyDeploymentNettyContainer. start(String bindPath)static ResteasyDeploymentNettyContainer. start(String bindPath, SecurityDomain domain)static ResteasyDeploymentNettyContainer. start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)Methods in org.jboss.resteasy.plugins.server.netty with parameters of type ResteasyDeployment Modifier and Type Method Description NettyJaxrsServerNettyJaxrsServer. setDeployment(ResteasyDeployment deployment)static ResteasyDeploymentNettyContainer. start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)static voidNettyContainer. start(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.reactor.netty
Fields in org.jboss.resteasy.plugins.server.reactor.netty declared as ResteasyDeployment Modifier and Type Field Description protected ResteasyDeploymentReactorNettyJaxrsServer. deploymentMethods in org.jboss.resteasy.plugins.server.reactor.netty that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentReactorNettyJaxrsServer. getDeployment()static ResteasyDeploymentReactorNettyContainer. start()static ResteasyDeploymentReactorNettyContainer. start(String bindPath)static ResteasyDeploymentReactorNettyContainer. start(String bindPath, SecurityDomain domain)static ResteasyDeploymentReactorNettyContainer. start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)static ResteasyDeploymentReactorNettyContainer. start(ReactorNettyJaxrsServer server)Methods in org.jboss.resteasy.plugins.server.reactor.netty with parameters of type ResteasyDeployment Modifier and Type Method Description ReactorNettyJaxrsServerReactorNettyJaxrsServer. setDeployment(ResteasyDeployment deployment)static ResteasyDeploymentReactorNettyContainer. start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)static voidReactorNettyContainer. start(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.servlet
Fields in org.jboss.resteasy.plugins.server.servlet declared as ResteasyDeployment Modifier and Type Field Description protected ResteasyDeploymentResteasyBootstrap. deploymentprotected ResteasyDeploymentServletContainerDispatcher. deploymentMethods in org.jboss.resteasy.plugins.server.servlet that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentConfigurationBootstrap. createDeployment()ResteasyDeploymentFilterBootstrap. createDeployment()ResteasyDeploymentListenerBootstrap. createDeployment()ResteasyDeploymentServletBootstrap. createDeployment() -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as ResteasyDeployment Modifier and Type Field Description protected ResteasyDeploymentHttpContextBuilder. deploymentprotected ResteasyDeploymentSunHttpJaxrsServer. deploymentMethods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentHttpContextBuilder. getDeployment()ResteasyDeploymentSunHttpJaxrsServer. getDeployment()static ResteasyDeploymentHttpServerContainer. start()static ResteasyDeploymentHttpServerContainer. start(String bindPath)static ResteasyDeploymentHttpServerContainer. start(String bindPath, Hashtable<String,String> initParams)static ResteasyDeploymentHttpServerContainer. start(String bindPath, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)static ResteasyDeploymentHttpServerContainer. start(String bindPath, SecurityDomain domain)static ResteasyDeploymentHttpServerContainer. start(String bindPath, SecurityDomain domain, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)static ResteasyDeploymentHttpServerContainer. start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)Methods in org.jboss.resteasy.plugins.server.sun.http with parameters of type ResteasyDeployment Modifier and Type Method Description voidHttpContextBuilder. setDeployment(ResteasyDeployment deployment)SunHttpJaxrsServerSunHttpJaxrsServer. setDeployment(ResteasyDeployment deployment)static ResteasyDeploymentHttpServerContainer. start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)static voidHttpServerContainer. start(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.undertow
Methods in org.jboss.resteasy.plugins.server.undertow that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentUndertowJaxrsServer. getDeployment()Methods in org.jboss.resteasy.plugins.server.undertow with parameters of type ResteasyDeployment Modifier and Type Method Description UndertowJaxrsServerUndertowJaxrsServer. deploy(ResteasyDeployment resteasyDeployment)UndertowJaxrsServerUndertowJaxrsServer. setDeployment(ResteasyDeployment deployment)io.undertow.servlet.api.DeploymentInfoUndertowJaxrsServer. undertowDeployment(ResteasyDeployment resteasyDeployment)io.undertow.servlet.api.DeploymentInfoUndertowJaxrsServer. undertowDeployment(ResteasyDeployment resteasyDeployment, String mappingPrefix)Creates a web deployment for your ResteasyDeployent so you can set up things like security constraints You'd call this method, add your servlet security constraints, then call deploy(DeploymentInfo) Note, only one ResteasyDeployment can be applied per DeploymentInfo ResteasyServlet is mapped to mapping + "/*" Example: DeploymentInfo di = server.undertowDeployment(resteasyDeployment, "rest"); di.setDeploymentName("MyDeployment") di.setContextRoot("root"); server.deploy(di); -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.vertx
Classes in org.jboss.resteasy.plugins.server.vertx that implement ResteasyDeployment Modifier and Type Class Description classVertxResteasyDeploymentMethods in org.jboss.resteasy.plugins.server.vertx that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentVertxJaxrsServer. getDeployment()Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type ResteasyDeployment Modifier and Type Method Description VertxJaxrsServerVertxJaxrsServer. setDeployment(ResteasyDeployment deployment)Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type ResteasyDeployment Constructor Description VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment)VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix)VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, SecurityDomain domain) -
Uses of ResteasyDeployment in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type ResteasyDeployment Modifier and Type Method Description voidResteasyDeployment. merge(ResteasyDeployment other) -
Uses of ResteasyDeployment in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util with parameters of type ResteasyDeployment Modifier and Type Method Description StringEmbeddedServerHelper. checkAppDeployment(ResteasyDeployment deployment)voidEmbeddedServerHelper. checkDeployment(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.wadl
Methods in org.jboss.resteasy.wadl with parameters of type ResteasyDeployment Modifier and Type Method Description static ResteasyWadlServiceRegistryResteasyWadlGenerator. generateServiceRegistry(ResteasyDeployment deployment)javax.ws.rs.core.ResponseResteasyWadlDefaultResource. grammars(String path, ResteasyDeployment deployment)StringResteasyWadlDefaultResource. output(ResteasyDeployment deployment)
-