Package jodd.util
Class SystemInfo.HostInfoLazy
- java.lang.Object
-
- jodd.util.SystemInfo.HostInfoLazy
-
- Enclosing class:
- SystemInfo
private static class SystemInfo.HostInfoLazy extends java.lang.ObjectDelegate host info to be resolved lazy. Android detection will initialize this class too and sinceInetAddress.getLocalHost()is forbidden in Android, we will get an exception.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringHOST_ADDRESSprivate java.lang.StringHOST_NAME
-
Constructor Summary
Constructors Constructor Description HostInfoLazy()
-