Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java75 protected Set<BasicPoolEntryRef> issuedConnections;
101 issuedConnections = new HashSet<BasicPoolEntryRef>(); in AbstractConnPool()
200 if (ref instanceof BasicPoolEntryRef) { in handleReference()
207 ((BasicPoolEntryRef)ref).getRoute(); in handleReference()
290 Iterator<BasicPoolEntryRef> iter = issuedConnections.iterator(); in shutdown()
292 BasicPoolEntryRef per = iter.next(); in shutdown()
DBasicPoolEntry.java53 private final BasicPoolEntryRef reference;
70 this.reference = new BasicPoolEntryRef(this, queue); in BasicPoolEntry()
81 protected final BasicPoolEntryRef getWeakRef() { in getWeakRef()
DBasicPoolEntryRef.java46 public class BasicPoolEntryRef extends WeakReference<BasicPoolEntry> { class
58 public BasicPoolEntryRef(BasicPoolEntry entry, in BasicPoolEntryRef() method in BasicPoolEntryRef