Searched refs:_destinations (Results 1 – 1 of 1) sorted by relevance
84 …private ConcurrentMap<Address, HttpDestination> _destinations = new ConcurrentHashMap<Address, Htt… field in HttpClient249 HttpDestination destination = _destinations.get(remote); in getDestination()259 HttpDestination other =_destinations.putIfAbsent(remote, destination); in getDestination()459 for (HttpDestination destination : _destinations.values()) in doStop()