Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DConnPoolByRoute.java388 issuedConnections.remove(entry.getWeakRef());
450 issuedConnections.add(entry.getWeakRef());
497 issuedConnections.add(entry.getWeakRef());
DBasicPoolEntry.java81 protected final BasicPoolEntryRef getWeakRef() { in getWeakRef() method in BasicPoolEntry