Uses of Interface
org.apache.hc.core5.http.io.EofSensorWatcher
-
Packages that use EofSensorWatcher Package Description org.apache.hc.core5.http.io Core HTTP transport APIs based on the classic (blocking) I/O model. -
-
Uses of EofSensorWatcher in org.apache.hc.core5.http.io
Fields in org.apache.hc.core5.http.io declared as EofSensorWatcher Modifier and Type Field Description private EofSensorWatcher
EofSensorInputStream. eofWatcher
The watcher to be notified, if any.Constructors in org.apache.hc.core5.http.io with parameters of type EofSensorWatcher Constructor Description EofSensorInputStream(java.io.InputStream in, EofSensorWatcher watcher)
Creates a new EOF sensor.
-