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 configWebApplicationServerpublic static WebApplicationServer getRunningServer(int port)
port - the portCopyright © 2021 Actian Corporation. All rights reserved.