Package com.iizigo.server.config
Class EditorWebServerPortConfig0
- java.lang.Object
- com.iizigo.server.config.EditorWebServerPortConfig0
 
- All Implemented Interfaces:
- IPropCnrEditorProperties
 - public class EditorWebServerPortConfig0 extends java.lang.Object implements IPropCnrEditorProperties Editor version of the property container for the configuration of a Port "group" of the web server. A port group is defines a bind address for a single or a range of ports to use, and the protocol to bind to (HTTP or HTTPS).- Author:
- Christopher Mindus
 
- Constructor Summary- Constructors - Constructor - Description - EditorWebServerPortConfig0()Default constructor.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - PropCnrEditorProperties- getEditProperties(PropCnr property)Gets the property definitions.
 
- Method Detail- getEditProperties- public PropCnrEditorProperties getEditProperties(PropCnr property) Gets the property definitions.- Specified by:
- getEditPropertiesin interface- IPropCnrEditorProperties