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 PortConfigIPortController. 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 voidRunConfigurationWebServer. 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 voidIWebServerPortConfig. 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 voidLetsEncryptDomain. 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 voidWebServerPortConfig. setConfig(PortConfig config)Sets the Jetty server connector configuration used with this configuration.