Uses of Interface
com.pervasive.datarush.webapp.WebApplicationServer
-
Packages that use WebApplicationServer Package Description com.pervasive.datarush.jetty com.pervasive.datarush.webapp -
-
Uses of WebApplicationServer in com.pervasive.datarush.jetty
Methods in com.pervasive.datarush.jetty that return WebApplicationServer Modifier and Type Method Description WebApplicationServer
JettyProvider. createServer(WebApplicationConfig config)
-
Uses of WebApplicationServer in com.pervasive.datarush.webapp
Methods in com.pervasive.datarush.webapp that return WebApplicationServer Modifier and Type Method Description WebApplicationServer
WebApplicationServerProvider. createServer(WebApplicationConfig config)
Creates aWebApplicationServer
from the given config.static WebApplicationServer
WebApplicationServers. createServer(WebApplicationConfig config)
Creates aWebApplicationServer
for the given config.static WebApplicationServer
WebApplicationServers. getRunningServer(int port)
Returns the server that is running on the given port (if one exists).WebApplicationServer
WebApplicationServerEvent. getServer()
Returns the server that triggered the eventConstructors in com.pervasive.datarush.webapp with parameters of type WebApplicationServer Constructor Description WebApplicationServerEvent(WebApplicationServer server)
Creates a new event.
-