Uses of Interface
org.apache.http.conn.EofSensorWatcher
Packages that use EofSensorWatcher
Package
Description
Client connection management APIs.
HTTP request execution chain APIs.
-
Uses of EofSensorWatcher in org.apache.http.conn
Classes in org.apache.http.conn that implement EofSensorWatcherModifier and TypeClassDescriptionclass
Deprecated.(4.3) do not use.class
Deprecated.(4.3) do not use.Fields in org.apache.http.conn declared as EofSensorWatcherModifier and TypeFieldDescriptionprivate final EofSensorWatcher
EofSensorInputStream.eofWatcher
The watcher to be notified, if any.Constructors in org.apache.http.conn with parameters of type EofSensorWatcherModifierConstructorDescriptionEofSensorInputStream
(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 EofSensorWatcherModifier and TypeClassDescription(package private) class
A wrapper class forHttpEntity
enclosed in a response message.