Uses of Class
com.pervasive.datarush.webapp.WebApplicationConfig
-
Packages that use WebApplicationConfig Package Description com.pervasive.datarush.jetty com.pervasive.datarush.webapp -
-
Uses of WebApplicationConfig in com.pervasive.datarush.jetty
Methods in com.pervasive.datarush.jetty with parameters of type WebApplicationConfig Modifier and Type Method Description WebApplicationServer
JettyProvider. createServer(WebApplicationConfig config)
-
Uses of WebApplicationConfig in com.pervasive.datarush.webapp
Methods in com.pervasive.datarush.webapp that return WebApplicationConfig Modifier and Type Method Description WebApplicationConfig
WebApplicationServer. getConfiguration()
Returns the configuration for this web application server.Methods in com.pervasive.datarush.webapp with parameters of type WebApplicationConfig 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.
-