Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/
DSingleClientConnManager.java94 protected PoolEntry uniquePoolEntry; field in SingleClientConnManager
129 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 …]
/external/apache-http/api/
Dcurrent.txt2821 … @Deprecated protected org.apache.http.impl.conn.SingleClientConnManager.PoolEntry uniquePoolEntry;