Uses of Class
org.jboss.resteasy.plugins.server.vertx.VertxJaxrsServer
-
Uses of VertxJaxrsServer in org.jboss.resteasy.plugins.server.vertx
Modifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.Modifier 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()