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