Uses of Class
com.iizix.comm.PortConfig
Packages that use PortConfig Package Description com.iizix.comm com.iizix.jetty com.iizix.prop com.iizix.server.acme com.iizix.server.prop Uses of PortConfig in com.iizix.comm
Methods in com.iizix.comm that return PortConfig Modifier and Type Method Description PortConfig
IPortController. getConfiguration()
The port configuration.Uses of PortConfig in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type PortConfig 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 PortConfig in com.iizix.prop
Methods in com.iizix.prop with parameters of type PortConfig Modifier and Type Method Description void
IWebServerPortConfig. setConfig(PortConfig config)
Sets the Jetty server connector configuration used with this configuration.Uses of PortConfig in com.iizix.server.acme
Methods in com.iizix.server.acme with parameters of type PortConfig Modifier and Type Method Description void
LetsEncryptDomain. addConnectorReference(PortConfig config)
Adds a Jetty HTTP connector that references this domain.Uses of PortConfig in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type PortConfig Modifier and Type Method Description void
WebServerPortConfig. setConfig(PortConfig config)
Sets the Jetty server connector configuration used with this configuration.