Searched refs:idleConnHandler (Results 1 - 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java78 protected IdleConnectionHandler idleConnHandler; field in class:AbstractConnPool
102 idleConnHandler = new IdleConnectionHandler();
248 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
257 idleConnHandler.closeExpiredConnections();
302 idleConnHandler.removeAll();
H A DConnPoolByRoute.java395 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit);
436 boolean valid = idleConnHandler.remove(entry.getConnection());
539 idleConnHandler.remove(entry.getConnection());// not idle, but dead

Completed in 21 milliseconds