OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eofWatcher
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
89
private EofSensorWatcher
eofWatcher
;
112
eofWatcher
= watcher;
238
if (
eofWatcher
!= null)
239
scws =
eofWatcher
.eofDetected(wrappedStream);
265
if (
eofWatcher
!= null)
266
scws =
eofWatcher
.streamClosed(wrappedStream);
294
if (
eofWatcher
!= null)
295
scws =
eofWatcher
.streamAbort(wrappedStream);
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
Completed in 25 milliseconds