Uses of Class
org.openhab.core.net.CidrAddress
Package
Description
-
Uses of CidrAddress in org.openhab.core.config.discovery.addon.ip
Modifier and TypeMethodDescriptionvoid
IpAddonFinder.onChanged
(List<CidrAddress> added, List<CidrAddress> removed) -
Uses of CidrAddress in org.openhab.core.config.discovery.sddp
Modifier 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
Modifier and TypeMethodDescriptionstatic Collection<CidrAddress>
NetUtil.getAllInterfaceAddresses()
Gets every IPv4+IPv6 Address on each Interface except the loopback interface.Modifier and TypeMethodDescriptionstatic List<InetAddress>
NetUtil.getAddressesRangeByCidrAddress
(CidrAddress iFaceAddress, int maxAllowedPrefixLength) For the givenCidrAddress
all IPv4 addresses are returned.Modifier and TypeMethodDescriptionvoid
NetworkAddressChangeListener.onChanged
(List<CidrAddress> added, List<CidrAddress> removed) When network address is changed, listeners will be notified by this method.