Package de.mid.innovator.net
Class InoNetConfig
java.lang.Object
de.mid.innovator.net.InoNetConfig
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 Summary
Modifier and TypeMethodDescriptiongetHost()static InoNetConfigintgetPort()voidlogConfiguration(BiConsumer<String, String> logger) voidvoidsetPort(int iPort) booleanuseIPv6()booleanuseNAT()booleanuseTls()
-
Method Details
-
useTls
public boolean useTls() -
useIPv6
public boolean useIPv6() -
useNAT
public boolean useNAT() -
getHost
-
getPort
public int getPort() -
setHost
-
setPort
public void setPort(int iPort) -
logConfiguration
-
getInstance
-