Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/conn/
DBasicEofSensorWatcher.java56 protected boolean attemptReuse; field in BasicEofSensorWatcher
73 attemptReuse = reuse; in BasicEofSensorWatcher()
82 if (attemptReuse) { in eofDetected()
100 if (attemptReuse) { in streamClosed()
DBasicManagedEntity.java62 protected final boolean attemptReuse; field in BasicManagedEntity
85 this.attemptReuse = reuse; in BasicManagedEntity()
112 if (attemptReuse) { in consumeContent()
158 if (attemptReuse && (managedConn != null)) { in eofDetected()
176 if (attemptReuse && (managedConn != null)) { in streamClosed()