Class ConfigData.Listen

  • Enclosing class:
    ConfigData

    public class ConfigData.Listen
    extends Object
    Listen options for the server configuration
    • Field Detail

      • address

        public String address
        The IP address to listen on
      • port

        public int port
        The port number to listen on
    • Constructor Detail

      • Listen

        public Listen​(String address,
                      int port)
        Constructor for the Listen options
        Parameters:
        address - The IP address to listen on
        port - The port number to listen on