Uses of Class
org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment
-
Packages that use VertxResteasyDeployment Package Description org.jboss.resteasy.plugins.server.vertx -
-
Uses of VertxResteasyDeployment in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as VertxResteasyDeployment Modifier and Type Field Description protected VertxResteasyDeploymentVertxJaxrsServer. deploymentMethods in org.jboss.resteasy.plugins.server.vertx that return VertxResteasyDeployment Modifier and Type Method Description static VertxResteasyDeploymentVertxContainer. start()static VertxResteasyDeploymentVertxContainer. start(String bindPath)static VertxResteasyDeploymentVertxContainer. start(String bindPath, SecurityDomain domain)static VertxResteasyDeploymentVertxContainer. start(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment)Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type VertxResteasyDeployment Modifier and Type Method Description static VertxResteasyDeploymentVertxContainer. start(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment)static voidVertxContainer. start(VertxResteasyDeployment deployment)
-