Searched refs:timeExpires (Results 1 – 1 of 1) sorted by relevance
103 return System.currentTimeMillis() <= times.timeExpires; in remove()163 if(times.timeExpires <= now) { in closeExpiredConnections()165 log.debug("Closing connection, expired @: " + times.timeExpires); in closeExpiredConnections()179 private final long timeExpires; field in IdleConnectionHandler.TimeValues189 this.timeExpires = now + validUnit.toMillis(validDuration); in TimeValues()191 this.timeExpires = Long.MAX_VALUE; in TimeValues()