Searched refs:idleConnHandler (Results 1 – 2 of 2) sorted by relevance
78 protected IdleConnectionHandler idleConnHandler; field in AbstractConnPool102 idleConnHandler = new IdleConnectionHandler(); in AbstractConnPool()248 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime)); in closeIdleConnections()257 idleConnHandler.closeExpiredConnections(); in closeExpiredConnections()302 idleConnHandler.removeAll(); in shutdown()
395 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit);436 boolean valid = idleConnHandler.remove(entry.getConnection());539 idleConnHandler.remove(entry.getConnection());// not idle, but dead