Searched refs:timeAdded (Results 1 – 1 of 1) sorted by relevance
80 Long timeAdded = Long.valueOf(System.currentTimeMillis()); in add() local83 log.debug("Adding connection at: " + timeAdded); in add()86 connectionToTimes.put(connection, new TimeValues(timeAdded, validDuration, unit)); in add()135 Long connectionTime = times.timeAdded; in closeIdleConnections()178 private final long timeAdded; field in IdleConnectionHandler.TimeValues187 this.timeAdded = now; in TimeValues()