Uses of Interface
com.iizix.comm.IServerSettings
Packages that use IServerSettings
Uses of IServerSettings in com.iizigo.server.config
Classes in com.iizigo.server.config that implement IServerSettingsModifier and TypeClassDescriptionclass
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 IServerSettingsModifier and TypeMethodDescriptionvoid
RunConfigurationWebServer.startWebServer
(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, Callable<Void> redirCallback, ICommonServletInterface... servlets) Starts the web server.Uses of IServerSettings in com.iizix.server.prop
Classes in com.iizix.server.prop that implement IServerSettingsModifier and TypeClassDescriptionclass
This property is a container that holds the required settings for the server to operate and initialize itself with.