Uses of Interface
org.apache.hc.core5.http.io.EofSensorWatcher
Packages that use EofSensorWatcher
Package
Description
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 EofSensorWatcherModifier and TypeFieldDescriptionprivate final EofSensorWatcher
EofSensorInputStream.eofWatcher
The watcher to be notified, if any.Constructors in org.apache.hc.core5.http.io with parameters of type EofSensorWatcherModifierConstructorDescriptionEofSensorInputStream
(InputStream in, EofSensorWatcher watcher) Creates a new EOF sensor.