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 classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VertxResteasyDeploymentDeprecated, for removal: This API element is subject to removal in a future version.protected SecurityDomainDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected io.vertx.core.http.HttpServerOptionsDeprecated, for removal: This API element is subject to removal in a future version.protected io.vertx.core.VertxDeprecated, for removal: This API element is subject to removal in a future version.protected io.vertx.core.VertxOptionsDeprecated, 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.intgetPort()Deprecated, for removal: This API element is subject to removal in a future version.io.vertx.core.http.HttpServerOptionsDeprecated, for removal: This API element is subject to removal in a future version.io.vertx.core.VertxOptionsDeprecated, 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.voidstop()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, waitMethods 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:
deployin interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
start
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startin interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
stop
public void stop()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:EmbeddedServerStops the server.- Specified by:
stopin interfaceEmbeddedServer
-
getDeployment
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:EmbeddedServerReturns the deployment being used for the server.- Specified by:
getDeploymentin interfaceEmbeddedServer- Returns:
- the deployment
-
setDeployment
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setDeploymentin interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
setPort
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setPortin 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:
setHostnamein 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:
setRootResourcePathin interfaceEmbeddedJaxrsServer<VertxJaxrsServer>
-
setSecurityDomain
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setSecurityDomainin 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.
-