Uses of Class
org.openhab.core.net.CidrAddress
-
Uses of CidrAddress in org.openhab.core.net
Modifier and TypeMethodDescriptionstatic Collection<CidrAddress>
NetUtil.getAllInterfaceAddresses()
Gets every IPv4+IPv6 Address on each Interface except the loopback interface.Modifier and TypeMethodDescriptionvoid
NetworkAddressChangeListener.onChanged
(List<CidrAddress> added, List<CidrAddress> removed) When network address is changed, listeners will be notified by this method.