Uses of Interface
com.iizix.comm.IServerSettings
Packages that use IServerSettings Package Description com.iizigo.server.config com.iizix.jetty com.iizix.server.prop Uses of IServerSettings in com.iizigo.server.config
Classes in com.iizigo.server.config that implement IServerSettings Modifier and Type Class Description class
EditorServerSettings
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of IServerSettings in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type IServerSettings Modifier and Type Method Description void
RunConfigurationWebServer. startWebServer(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, java.util.concurrent.Callable<java.lang.Void> redirCallback, ICommonServletInterface... servlets)
Starts the web server.Uses of IServerSettings in com.iizix.server.prop
Classes in com.iizix.server.prop that implement IServerSettings Modifier and Type Class Description class
ServerSettings
This property is a container that holds the required settings for the server to operate and initialize itself with.