Home | History | Annotate | Download | only in conn

Lines Matching refs:PoolEntry

94     protected PoolEntry uniquePoolEntry;
129 this.uniquePoolEntry = new PoolEntry();
238 // If the connection is not open, create a new PoolEntry,
240 // due to aborts -- and the PoolEntry should not be reused
256 uniquePoolEntry = new PoolEntry();
292 if (sca.poolEntry == null)
415 protected class PoolEntry extends AbstractPoolEntry {
421 protected PoolEntry() {
448 } // class PoolEntry
463 protected ConnAdapter(PoolEntry entry, HttpRoute route) {