| 
| 
  | ExpirationDetails (int maxAgeSeconds) | 
|   | 
| 
int  | getMaxAgeSeconds () | 
|   | 
| 
long  | getLastRefreshTimestampSeconds () | 
|   | 
| 
void  | setLastRefreshTimestampSeconds (long lastRefreshTimestampSeconds) | 
|   | 
| 
void  | stampLastRefresh () | 
|   | 
| 
boolean  | hasExpired () | 
|   | 
| boolean  | hasExpired (boolean halfTime) | 
|   | 
| 
long  | getSecondsUntilExpiration () | 
|   | 
| 
String  | toString () | 
|   | 
 | 
| 
static final int  | UNLIMITED_AGE = 0 | 
|   | 
 | 
| 
long  | getCurrentTimestampSeconds () | 
|   | 
◆ hasExpired()
      
        
          | boolean org.fourthline.cling.model.ExpirationDetails.hasExpired  | 
          ( | 
          boolean  | 
          halfTime | ) | 
           | 
        
      
 
- Parameters
 - 
  
    | halfTime | If true then half maximum age is used to determine expiration.  | 
  
   
- Returns
 true if the maximum age has been reached. 
 
 
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/fourthline/cling/model/ExpirationDetails.java