Searched refs:uniquePoolEntry (Results 1 – 2 of 2) sorted by relevance
94 protected PoolEntry uniquePoolEntry; field in SingleClientConnManager129 this.uniquePoolEntry = new PoolEntry(); in SingleClientConnManager()233 if (uniquePoolEntry.connection.isOpen()) {234 RouteTracker tracker = uniquePoolEntry.tracker;249 uniquePoolEntry.shutdown();256 uniquePoolEntry = new PoolEntry();262 final Socket socket = uniquePoolEntry.connection.getSocket();271 managedConn = new ConnAdapter(uniquePoolEntry, route);304 final Socket socket = uniquePoolEntry.connection.getSocket();356 if ((managedConn == null) && uniquePoolEntry.connection.isOpen()) {[all …]
2821 … @Deprecated protected org.apache.http.impl.conn.SingleClientConnManager.PoolEntry uniquePoolEntry;