Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java103 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.TimeValues
189 this.timeExpires = now + validUnit.toMillis(validDuration); in TimeValues()
191 this.timeExpires = Long.MAX_VALUE; in TimeValues()