Class InoNetConfig

java.lang.Object
de.mid.innovator.net.InoNetConfig

public class InoNetConfig extends Object
This class has one instance which gives you information how the net is configured. It tells you, about the host and port of the license server and if TLS is used and if IPv6 is used and if NAT is used. The TLS configuration is in class InoTlsConfig. The proxy configuration is in the class InoProxyConfig.
  • Method Details

    • useTls

      public boolean useTls()
    • useIPv6

      public boolean useIPv6()
    • useNAT

      public boolean useNAT()
    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • setHost

      public void setHost(String iName)
    • setPort

      public void setPort(int iPort)
    • logConfiguration

      public void logConfiguration(BiConsumer<String,String> logger)
    • getInstance

      public static InoNetConfig getInstance()