Home
last modified time | relevance | path

Searched refs:_destinations (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DHttpClient.java84 …private ConcurrentMap<Address, HttpDestination> _destinations = new ConcurrentHashMap<Address, Htt… field in HttpClient
249 HttpDestination destination = _destinations.get(remote); in getDestination()
259 HttpDestination other =_destinations.putIfAbsent(remote, destination); in getDestination()
459 for (HttpDestination destination : _destinations.values()) in doStop()