java.lang.Object
com.pervasive.datarush.jetty.JettyProvider
- All Implemented Interfaces:
WebApplicationServerProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateServer(WebApplicationConfig config) Creates aWebApplicationServerfrom the given config.
-
Constructor Details
-
JettyProvider
public JettyProvider()
-
-
Method Details
-
createServer
Description copied from interface:WebApplicationServerProviderCreates aWebApplicationServerfrom the given config. The server will not yet be be started.- Specified by:
createServerin interfaceWebApplicationServerProvider- Parameters:
config- the web application config.- Returns:
- a server that is not yet running.
-