Class UndertowCdiEmbeddedServer
java.lang.Object
dev.resteasy.embedded.server.UndertowCdiEmbeddedServer
- All Implemented Interfaces:
EmbeddedServer
An
EmbeddedServer
that uses Undertow and enables CDI support.- Since:
- 6.1
- Author:
- James R. Perkins
-
Constructor Details
-
UndertowCdiEmbeddedServer
public UndertowCdiEmbeddedServer()
-
-
Method Details
-
start
public void start(jakarta.ws.rs.SeBootstrap.Configuration configuration) Description copied from interface:EmbeddedServer
Starts the server synchronously.- Specified by:
start
in interfaceEmbeddedServer
- Parameters:
configuration
- the configuration used to configure the server
-
stop
public void stop()Description copied from interface:EmbeddedServer
Stops the server.- Specified by:
stop
in interfaceEmbeddedServer
-
getDeployment
Description copied from interface:EmbeddedServer
Returns the deployment being used for the server.- Specified by:
getDeployment
in interfaceEmbeddedServer
- Returns:
- the deployment
-