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 TypeClassDescriptionclassDeprecated.(4.3) do not use.classDeprecated.(4.3) do not use.Fields in org.apache.http.conn declared as EofSensorWatcherModifier and TypeFieldDescriptionprivate final EofSensorWatcherEofSensorInputStream.eofWatcherThe 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) classA wrapper class forHttpEntityenclosed in a response message.