Package org.openhab.core.io.net.mac
Class MacResolver.ExpiringMac
java.lang.Object
org.openhab.core.io.net.mac.MacResolver.ExpiringMac
- Enclosing class:
MacResolver
Simple wrapper class to hold a MAC address with its expiration time-stamp.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExpiringMac
Creates a new expiring MAC entry.
-
-
Method Details
-
getMac
Returns the MAC address if not expired, otherwisenull. -
isExpired
public boolean isExpired()Checks whether this entry has expired.
-