Class ConfigData.Listen

java.lang.Object
net.ionite.docval.config.ConfigData.Listen
Enclosing class:
ConfigData

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

    • address

      public String address
      The IP address to listen on
    • port

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

    • 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