Class WebServerInfo


  • public class WebServerInfo
    extends Object
    This class holds information about a particular web server installation, its running engines and so on...
    Author:
    Jerome Dochez
    • Constructor Detail

      • WebServerInfo

        public WebServerInfo()
        Creates a new instance of WebServerInfo
    • Method Detail

      • getHttpVS

        public VirtualServerInfo getHttpVS()
        Getter for property httpVS.
        Returns:
        Value of property httpVS.
      • setHttpVS

        public void setHttpVS​(VirtualServerInfo httpVS)
        Setter for property httpVS.
        Parameters:
        httpVS - New value of property httpVS.
      • getHttpsVS

        public VirtualServerInfo getHttpsVS()
        Getter for property httpsVS.
        Returns:
        Value of property httpsVS.
      • setHttpsVS

        public void setHttpsVS​(VirtualServerInfo httpsVS)
        Setter for property httpsVS.
        Parameters:
        httpsVS - New value of property httpsVS.