HomeSort by relevance Sort by last modified time
    Searched defs:timeExpires (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 98 return System.currentTimeMillis() <= times.timeExpires;
158 if(times.timeExpires <= now) {
160 log.debug("Closing connection, expired @: " + times.timeExpires);
174 private final long timeExpires;
184 this.timeExpires = now + validUnit.toMillis(validDuration);
186 this.timeExpires = Long.MAX_VALUE;
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 29 milliseconds