HomeSort by relevance Sort by last modified time
    Searched defs:isShutDown (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 109 protected volatile boolean isShutDown;
133 this.isShutDown = false;
178 if (this.isShutDown)
374 this.isShutDown = true;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 100 protected volatile boolean isShutDown;
287 if (isShutDown)
309 isShutDown = true;

Completed in 157 milliseconds