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 WebApplicationServerJettyProvider. 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 WebApplicationServerWebApplicationServerProvider. createServer(WebApplicationConfig config)Creates aWebApplicationServerfrom the given config.static WebApplicationServerWebApplicationServers. createServer(WebApplicationConfig config)Creates aWebApplicationServerfor the given config.static WebApplicationServerWebApplicationServers. getRunningServer(int port)Returns the server that is running on the given port (if one exists).WebApplicationServerWebApplicationServerEvent. 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.
-