Interface EmbeddedJaxrsServer<T extends EmbeddedServer>
-
- All Superinterfaces:
EmbeddedServer
- All Known Implementing Classes:
CdiNettyJaxrsServer,NettyJaxrsServer,ReactorNettyJaxrsServer,SunHttpJaxrsServer,UndertowJaxrsServer,VertxJaxrsServer
@Deprecated public interface EmbeddedJaxrsServer<T extends EmbeddedServer> extends EmbeddedServer
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Tdeploy()Deprecated.TsetDeployment(ResteasyDeployment deployment)Deprecated.TsetHostname(String hostname)Deprecated.TsetPort(int port)Deprecated.TsetRootResourcePath(String rootResourcePath)Deprecated.TsetSecurityDomain(SecurityDomain sc)Deprecated.Tstart()Deprecated.default voidstart(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 Detail
-
deploy
T deploy()
Deprecated.
-
start
T start()
Deprecated.
-
start
default void start(jakarta.ws.rs.SeBootstrap.Configuration configuration)
Deprecated.Description copied from interface:EmbeddedServerStarts the server synchronously.- Specified by:
startin interfaceEmbeddedServer- Parameters:
configuration- the configuration used to configure the server
-
setDeployment
T setDeployment(ResteasyDeployment deployment)
Deprecated.
-
setPort
T setPort(int port)
Deprecated.
-
setSecurityDomain
T setSecurityDomain(SecurityDomain sc)
Deprecated.
-
-