Uses of Class
com.iizix.comm.PortConfig
Packages that use PortConfig
Package
Description
Uses of PortConfig in com.iizix.comm
Methods in com.iizix.comm that return PortConfigUses of PortConfig in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type PortConfigModifier 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 PortConfig in com.iizix.prop
Methods in com.iizix.prop with parameters of type PortConfigModifier and TypeMethodDescriptionvoid
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 PortConfigModifier and TypeMethodDescriptionvoid
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 PortConfigModifier and TypeMethodDescriptionvoid
WebServerPortConfig.setConfig
(PortConfig config) Sets the Jetty server connector configuration used with this configuration.