public final class WebApplicationServers extends Object
WebApplicationServerProvider
's.Modifier and Type | Method and Description |
---|---|
static WebApplicationServer |
createServer(WebApplicationConfig config)
Creates a
WebApplicationServer for the given config. |
static WebApplicationServer |
getRunningServer(int port)
Returns the server that is running on the given port (if one exists).
|
public static WebApplicationServer createServer(WebApplicationConfig config)
WebApplicationServer
for the given config.config
- the configWebApplicationServer
public static WebApplicationServer getRunningServer(int port)
port
- the portCopyright © 2016 Actian Corporation. All rights reserved.