Uses of Class
com.iizix.server.prop.WebServerPortConfig
Packages that use WebServerPortConfig Package Description com.iizigo.server.config com.iizix.server com.iizix.server.prop Uses of WebServerPortConfig in com.iizigo.server.config
Subclasses of WebServerPortConfig in com.iizigo.server.config Modifier and Type Class Description class
EditorWebServerPortConfig
Editor version of the property container for the configuration of a Port "group" of the web server.Uses of WebServerPortConfig in com.iizix.server
Methods in com.iizix.server with parameters of type WebServerPortConfig Modifier and Type Method Description void
IServerAdminListener. onPortStateChanged(WebServerPortConfig portConfig)
Called when the web server port states have changed.Uses of WebServerPortConfig in com.iizix.server.prop
Methods in com.iizix.server.prop that return WebServerPortConfig Modifier and Type Method Description WebServerPortConfig
WebServerPortConfig. clone()
Creates a clone out of this property.WebServerPortConfig[]
ServerSettings. getPortConfigurations()
Gets the configured ports.