Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/conn/
DEofSensorInputStream.java94 private EofSensorWatcher eofWatcher; field in EofSensorInputStream
117 eofWatcher = watcher; in EofSensorInputStream()
243 if (eofWatcher != null) in checkEOF()
244 scws = eofWatcher.eofDetected(wrappedStream); in checkEOF()
270 if (eofWatcher != null) in checkClose()
271 scws = eofWatcher.streamClosed(wrappedStream); in checkClose()
299 if (eofWatcher != null) in checkAbort()
300 scws = eofWatcher.streamAbort(wrappedStream); in checkAbort()