Searched refs:poolEntry (Results 1 – 4 of 4) sorted by relevance
71 protected volatile AbstractPoolEntry poolEntry; field in AbstractPooledConnAdapter83 this.poolEntry = entry; in AbstractPooledConnAdapter()94 if (poolEntry == null) { in assertAttached()106 poolEntry = null; in detach()114 return (poolEntry.tracker == null) ? in getRoute()115 null : poolEntry.tracker.toRoute(); in getRoute()124 poolEntry.open(route, context, params); in open()133 poolEntry.tunnelTarget(secure, params); in tunnelTarget()142 poolEntry.tunnelProxy(next, secure, params); in tunnelProxy()151 poolEntry.layerProtocol(context, params); in layerProtocol()[all …]
292 if (sca.poolEntry == null)
78 return super.poolEntry; in getPoolEntry()
2725 field @Deprecated protected volatile org.apache.http.impl.conn.AbstractPoolEntry poolEntry;