Uses of Class
org.jboss.resteasy.plugins.server.vertx.VertxJaxrsServer
Packages that use VertxJaxrsServer
-
Uses of VertxJaxrsServer in org.jboss.resteasy.plugins.server.vertx
Classes in org.jboss.resteasy.plugins.server.vertx that implement interfaces with type arguments of type VertxJaxrsServerModifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.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()