Uses of Interface
com.iizix.comm.IPortController
Packages that use IPortController Package Description com.iizix.comm com.iizix.server.prop Uses of IPortController in com.iizix.comm
Fields in com.iizix.comm declared as IPortController Modifier and Type Field Description IPortController
PortConfig. controller
Interface for the port control, never null.Constructors in com.iizix.comm with parameters of type IPortController Constructor Description PortConfig(int port, boolean isHTTPS, boolean isFrontEndSecured, java.lang.String bind, IPortController controller)
Constructor.Uses of IPortController in com.iizix.server.prop
Methods in com.iizix.server.prop that return IPortController Modifier and Type Method Description IPortController
WebServerPortConfig. getController()
Gets the Jetty port controller.