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

  /external/apache-http/src/org/apache/http/conn/
BasicEofSensorWatcher.java 61 protected boolean attemptReuse;
78 attemptReuse = reuse;
87 if (attemptReuse) {
105 if (attemptReuse) {
BasicManagedEntity.java 67 protected final boolean attemptReuse;
90 this.attemptReuse = reuse;
117 if (attemptReuse) {
163 if (attemptReuse && (managedConn != null)) {
181 if (attemptReuse && (managedConn != null)) {

Completed in 597 milliseconds