Interface EmbeddedJaxrsServer<T extends EmbeddedServer>
- All Superinterfaces:
EmbeddedServer
- All Known Implementing Classes:
CdiNettyJaxrsServer
,NettyJaxrsServer
,ReactorNettyJaxrsServer
,SunHttpJaxrsServer
,UndertowJaxrsServer
,VertxJaxrsServer
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondeploy()
Deprecated.setDeployment
(ResteasyDeployment deployment) Deprecated.setHostname
(String hostname) Deprecated.setPort
(int port) Deprecated.setRootResourcePath
(String rootResourcePath) Deprecated.Deprecated.start()
Deprecated.default void
start
(jakarta.ws.rs.SeBootstrap.Configuration configuration) Deprecated.Starts the server synchronously.Methods inherited from interface org.jboss.resteasy.plugins.server.embedded.EmbeddedServer
getDeployment, stop
-
Method Details
-
deploy
T deploy()Deprecated. -
start
T start()Deprecated. -
start
default void start(jakarta.ws.rs.SeBootstrap.Configuration configuration) Deprecated.Description copied from interface:EmbeddedServer
Starts the server synchronously.- Specified by:
start
in interfaceEmbeddedServer
- Parameters:
configuration
- the configuration used to configure the server
-
setDeployment
Deprecated. -
setPort
Deprecated. -
setHostname
-
setRootResourcePath
-
setSecurityDomain
Deprecated.
-