Uses of Class
org.openhab.core.net.CidrAddress
Packages that use CidrAddress
Package
Description
-
Uses of CidrAddress in org.openhab.core.config.discovery.addon.ip
Method parameters in org.openhab.core.config.discovery.addon.ip with type arguments of type CidrAddressModifier and TypeMethodDescriptionvoid
IpAddonFinder.onChanged
(List<CidrAddress> added, List<CidrAddress> removed) -
Uses of CidrAddress in org.openhab.core.config.discovery.sddp
Method parameters in org.openhab.core.config.discovery.sddp with type arguments of type CidrAddressModifier and TypeMethodDescriptionvoid
SddpDiscoveryService.onChanged
(List<CidrAddress> added, List<CidrAddress> removed) If the network interfaces change then cancel and recreate all pending tasks. -
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.Methods in org.openhab.core.net with parameters of type CidrAddressModifier and TypeMethodDescriptionstatic List
<InetAddress> NetUtil.getAddressesRangeByCidrAddress
(CidrAddress iFaceAddress, int maxAllowedPrefixLength) For the givenCidrAddress
all IPv4 addresses are returned.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.