Home
last modified time | relevance | path

Searched refs:timeAdded (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java80 Long timeAdded = Long.valueOf(System.currentTimeMillis()); in add() local
83 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.TimeValues
187 this.timeAdded = now; in TimeValues()