Uses of Interface
org.apache.http.conn.EofSensorWatcher
-
Packages that use EofSensorWatcher Package Description org.apache.http.conn Client connection management APIs.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of EofSensorWatcher in org.apache.http.conn
Classes in org.apache.http.conn that implement EofSensorWatcher Modifier and Type Class Description class
BasicEofSensorWatcher
Deprecated.(4.3) do not use.class
BasicManagedEntity
Deprecated.(4.3) do not use.Fields in org.apache.http.conn declared as EofSensorWatcher Modifier and Type Field Description private EofSensorWatcher
EofSensorInputStream. eofWatcher
The watcher to be notified, if any.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. -
Uses of EofSensorWatcher in org.apache.http.impl.execchain
Classes in org.apache.http.impl.execchain that implement EofSensorWatcher Modifier and Type Class Description (package private) class
ResponseEntityProxy
A wrapper class forHttpEntity
enclosed in a response message.
-