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

  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 237 boolean scws = true; // should close wrapped stream?
239 scws = eofWatcher.eofDetected(wrappedStream);
240 if (scws)
264 boolean scws = true; // should close wrapped stream?
266 scws = eofWatcher.streamClosed(wrappedStream);
267 if (scws)
293 boolean scws = true; // should close wrapped stream?
295 scws = eofWatcher.streamAbort(wrappedStream);
296 if (scws)

Completed in 26 milliseconds