Searched refs:idleConnHandler (Results 1 – 3 of 3) sorted by relevance
83 protected IdleConnectionHandler idleConnHandler; field in AbstractConnPool107 idleConnHandler = new IdleConnectionHandler(); in AbstractConnPool()253 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime)); in closeIdleConnections()262 idleConnHandler.closeExpiredConnections(); in closeExpiredConnections()307 idleConnHandler.removeAll(); in shutdown()
400 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit);441 boolean valid = idleConnHandler.remove(entry.getConnection());544 idleConnHandler.remove(entry.getConnection());// not idle, but dead
2866 field @Deprecated protected org.apache.http.impl.conn.IdleConnectionHandler idleConnHandler;