Uses of Interface
org.apache.http.conn.EofSensorWatcher
| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
-
Uses of EofSensorWatcher in org.apache.http.conn
Classes in org.apache.http.conn that implement EofSensorWatcher Modifier and Type Class Description classBasicEofSensorWatcherBasic implementation ofEofSensorWatcher.classBasicManagedEntityAn entity that releases aconnection.Constructors in org.apache.http.conn with parameters of type EofSensorWatcher Constructor Description EofSensorInputStream(InputStream in, EofSensorWatcher watcher)Creates a new EOF sensor.