Class VertxJaxrsServer
java.lang.Object
org.jboss.resteasy.plugins.server.vertx.VertxJaxrsServer
- All Implemented Interfaces:
EmbeddedJaxrsServer<VertxJaxrsServer>
,EmbeddedServer
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class VertxJaxrsServer
extends Object
implements EmbeddedJaxrsServer<VertxJaxrsServer>
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
An HTTP server that sends back the content of the received HTTP request
in a pretty plaintext form.
- Version:
- $Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
- Author:
- Andy Taylor (andy.taylor@jboss.org), Trustin Lee, Norman Maurer, Julien Viet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VertxResteasyDeployment
Deprecated, for removal: This API element is subject to removal in a future version.protected SecurityDomain
Deprecated, for removal: This API element is subject to removal in a future version.protected String
Deprecated, for removal: This API element is subject to removal in a future version.protected io.vertx.core.http.HttpServerOptions
Deprecated, for removal: This API element is subject to removal in a future version.protected io.vertx.core.Vertx
Deprecated, for removal: This API element is subject to removal in a future version.protected io.vertx.core.VertxOptions
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondeploy()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the deployment being used for the server.Deprecated, for removal: This API element is subject to removal in a future version.int
getPort()
Deprecated, for removal: This API element is subject to removal in a future version.io.vertx.core.http.HttpServerOptions
Deprecated, for removal: This API element is subject to removal in a future version.io.vertx.core.VertxOptions
Deprecated, for removal: This API element is subject to removal in a future version.setDeployment
(ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.setHostname
(String hostname) Deprecated, for removal: This API element is subject to removal in a future version.setPort
(int port) Deprecated, for removal: This API element is subject to removal in a future version.setRootResourcePath
(String rootResourcePath) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.setServerOptions
(io.vertx.core.http.HttpServerOptions options) Deprecated, for removal: This API element is subject to removal in a future version.SetHttpServerOptions
.setVertxOptions
(io.vertx.core.VertxOptions options) Deprecated, for removal: This API element is subject to removal in a future version.SetVertxOptions
.start()
Deprecated, for removal: This API element is subject to removal in a future version.void
stop()
Deprecated, for removal: This API element is subject to removal in a future version.Stops the server.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
start
-
Field Details
-
vertxOptions
protected io.vertx.core.VertxOptions vertxOptionsDeprecated, for removal: This API element is subject to removal in a future version. -
vertx
protected io.vertx.core.Vertx vertxDeprecated, for removal: This API element is subject to removal in a future version. -
serverOptions
protected io.vertx.core.http.HttpServerOptions serverOptionsDeprecated, for removal: This API element is subject to removal in a future version. -
deployment
Deprecated, for removal: This API element is subject to removal in a future version. -
root
Deprecated, for removal: This API element is subject to removal in a future version. -
domain
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
VertxJaxrsServer
public VertxJaxrsServer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
deploy
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deploy
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
start
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
start
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
stop
public void stop()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:EmbeddedServer
Stops the server.- Specified by:
stop
in interfaceEmbeddedServer
-
getDeployment
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:EmbeddedServer
Returns the deployment being used for the server.- Specified by:
getDeployment
in interfaceEmbeddedServer
- Returns:
- the deployment
-
setDeployment
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setDeployment
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
setPort
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setPort
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
getPort
public int getPort()Deprecated, for removal: This API element is subject to removal in a future version. -
setHostname
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setHostname
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
getHostname
Deprecated, for removal: This API element is subject to removal in a future version. -
setRootResourcePath
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setRootResourcePath
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
setSecurityDomain
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setSecurityDomain
in interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
getVertxOptions
public io.vertx.core.VertxOptions getVertxOptions()Deprecated, for removal: This API element is subject to removal in a future version. -
setVertxOptions
Deprecated, for removal: This API element is subject to removal in a future version.SetVertxOptions
.- Parameters:
options
- theVertxOptions
.- See Also:
-
setServerOptions
Deprecated, for removal: This API element is subject to removal in a future version.SetHttpServerOptions
.- Parameters:
options
- theHttpServerOptions
.- See Also:
-
getServerOptions
public io.vertx.core.http.HttpServerOptions getServerOptions()Deprecated, for removal: This API element is subject to removal in a future version.
-