HomeSort by relevance Sort by last modified time
    Searched full:tunit (Results 1 - 8 of 8) sorted by null

  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 149 * @param tunit the unit for the <code>timeout</code>,
164 TimeUnit tunit)
166 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit);
237 * @param tunit the unit for the <code>idletime</code>
239 public void closeIdleConnections(long idletime, TimeUnit tunit) {
242 if (tunit == null) {
248 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
PoolEntryRequest.java 48 * @param tunit the unit for the <code>timeout</code>,
60 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException;
ThreadSafeClientConnManager.java 164 long timeout, TimeUnit tunit) throws InterruptedException,
175 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit);
269 public void closeIdleConnections(long idleTimeout, TimeUnit tunit) {
271 connectionPool.closeIdleConnections(idleTimeout, tunit);
ConnPoolByRoute.java 236 TimeUnit tunit)
238 return getEntryBlocking(route, state, timeout, tunit, aborter);
251 * @param tunit the unit for the <code>timeout</code>,
264 long timeout, TimeUnit tunit,
271 (System.currentTimeMillis() + tunit.toMillis(timeout));
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 53 * @param tunit the unit for the <code>timeout</code>,
64 ManagedClientConnection getConnection(long timeout, TimeUnit tunit)
ClientConnectionManager.java 104 * @param tunit the unit for the <code>idletime</code>
108 void closeIdleConnections(long idletime, TimeUnit tunit)
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 188 long timeout, TimeUnit tunit) {
320 public void closeIdleConnections(long idletime, TimeUnit tunit) {
324 if (tunit == null) {
330 System.currentTimeMillis() - tunit.toMillis(idletime);
  /prebuilt/sdk/10/
android.jar 

Completed in 566 milliseconds