Class VirtualServerInfo


  • public class VirtualServerInfo
    extends Object
    This class holds information about a web server virtual engine configuration
    Author:
    Jerome Dochez
    • Constructor Detail

      • VirtualServerInfo

        public VirtualServerInfo​(String protocol,
                                 String host,
                                 int port)
        Creates a new instance of VirtualServerInfo
    • Method Detail

      • getHost

        public String getHost()
        Getter for property serverName.
        Returns:
        Value of property serverName.
      • getPort

        public int getPort()
        Getter for property port.
        Returns:
        value of property port.
      • getProtocol

        public String getProtocol()
        Getter for property protocol.
        Returns:
        Value of property protocol.