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

  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 83 protected IdleConnectionHandler idleConnHandler;
107 idleConnHandler = new IdleConnectionHandler();
253 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
262 idleConnHandler.closeExpiredConnections();
307 idleConnHandler.removeAll();
ConnPoolByRoute.java 400 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit);
441 boolean valid = idleConnHandler.remove(entry.getConnection());
544 idleConnHandler.remove(entry.getConnection());// not idle, but dead

Completed in 355 milliseconds