Uses of Interface
org.apache.http.conn.EofSensorWatcher
-
Packages that use EofSensorWatcher Package Description org.apache.http.conn Client connection management APIs. -
-
Uses of EofSensorWatcher in org.apache.http.conn
Classes in org.apache.http.conn that implement EofSensorWatcher Modifier and Type Class Description classBasicEofSensorWatcherDeprecated.(4.3) do not use.classBasicManagedEntityDeprecated.(4.3) do not use.Constructors in org.apache.http.conn with parameters of type EofSensorWatcher Constructor Description EofSensorInputStream(java.io.InputStream in, EofSensorWatcher watcher)Creates a new EOF sensor.
-