Uses of Class
org.jboss.resteasy.plugins.server.vertx.VertxJaxrsServer
Packages that use VertxJaxrsServer
-
Uses of VertxJaxrsServer in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as VertxJaxrsServerMethods in org.jboss.resteasy.plugins.server.vertx that return VertxJaxrsServerModifier and TypeMethodDescriptionVertxJaxrsServer.deploy()
VertxJaxrsServer.setDeployment
(ResteasyDeployment deployment) VertxJaxrsServer.setHostname
(String hostname) VertxJaxrsServer.setPort
(int port) VertxJaxrsServer.setRootResourcePath
(String rootResourcePath) VertxJaxrsServer.setSecurityDomain
(SecurityDomain sc) VertxJaxrsServer.setServerOptions
(io.vertx.core.http.HttpServerOptions options) SetHttpServerOptions
.VertxJaxrsServer.setVertxOptions
(io.vertx.core.VertxOptions options) SetVertxOptions
.VertxJaxrsServer.start()