Uses of Interface
com.iizix.comm.IPortController
Packages that use IPortController
Uses of IPortController in com.iizix.comm
Fields in com.iizix.comm declared as IPortControllerModifier and TypeFieldDescriptionfinal IPortController
PortConfig.controller
Interface for the port control, never null.Constructors in com.iizix.comm with parameters of type IPortControllerModifierConstructorDescriptionPortConfig
(int port, boolean isHTTPS, boolean isFrontEndSecured, String bind, IPortController controller) Constructor.Uses of IPortController in com.iizix.server.prop
Methods in com.iizix.server.prop that return IPortControllerModifier and TypeMethodDescriptionWebServerPortConfig.getController()
Gets the Jetty port controller.