Uses of Class
org.kiwiproject.net.KiwiInternetAddresses.SimpleHostInfo
-
Packages that use KiwiInternetAddresses.SimpleHostInfo Package Description org.kiwiproject.net -
-
Uses of KiwiInternetAddresses.SimpleHostInfo in org.kiwiproject.net
Methods in org.kiwiproject.net that return KiwiInternetAddresses.SimpleHostInfo Modifier and Type Method Description static KiwiInternetAddresses.SimpleHostInfoKiwiInternetAddresses.SimpleHostInfo. from(String hostName, String ipAddr)Create instance from host name and ip addressstatic KiwiInternetAddresses.SimpleHostInfoKiwiInternetAddresses.SimpleHostInfo. fromInetAddress(InetAddress address)Create instance from anInetAddressstatic KiwiInternetAddresses.SimpleHostInfoKiwiInternetAddresses. getLocalHostInfo(Supplier<KiwiInternetAddresses.SimpleHostInfo> defaultValueSupplier)Get local host as aKiwiInternetAddresses.SimpleHostInfo.static KiwiInternetAddresses.SimpleHostInfoKiwiInternetAddresses. getLocalHostInfo(KiwiInternetAddresses.SimpleHostInfo defaultValue)Get local host as aKiwiInternetAddresses.SimpleHostInfo.Methods in org.kiwiproject.net that return types with arguments of type KiwiInternetAddresses.SimpleHostInfo Modifier and Type Method Description static Optional<KiwiInternetAddresses.SimpleHostInfo>KiwiInternetAddresses. getLocalHostInfo()Get local host as an optional ofKiwiInternetAddresses.SimpleHostInfo.Methods in org.kiwiproject.net with parameters of type KiwiInternetAddresses.SimpleHostInfo Modifier and Type Method Description static KiwiInternetAddresses.SimpleHostInfoKiwiInternetAddresses. getLocalHostInfo(KiwiInternetAddresses.SimpleHostInfo defaultValue)Get local host as aKiwiInternetAddresses.SimpleHostInfo.Method parameters in org.kiwiproject.net with type arguments of type KiwiInternetAddresses.SimpleHostInfo Modifier and Type Method Description static KiwiInternetAddresses.SimpleHostInfoKiwiInternetAddresses. getLocalHostInfo(Supplier<KiwiInternetAddresses.SimpleHostInfo> defaultValueSupplier)Get local host as aKiwiInternetAddresses.SimpleHostInfo.
-