- java.lang.Object
-
- com.pervasive.datarush.jetty.JettyProvider
-
- All Implemented Interfaces:
WebApplicationServerProvider
public class JettyProvider extends Object implements WebApplicationServerProvider
-
-
Constructor Summary
Constructors Constructor Description JettyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebApplicationServer
createServer(WebApplicationConfig config)
Creates aWebApplicationServer
from the given config.
-
-
-
Method Detail
-
createServer
public WebApplicationServer createServer(WebApplicationConfig config)
Description copied from interface:WebApplicationServerProvider
Creates aWebApplicationServer
from the given config. The server will not yet be be started.- Specified by:
createServer
in interfaceWebApplicationServerProvider
- Parameters:
config
- the web application config.- Returns:
- a server that is not yet running.
-
-