Uses of Interface
org.apache.http.conn.EofSensorWatcher

Packages that use EofSensorWatcher
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
 class BasicEofSensorWatcher
          Basic implementation of EofSensorWatcher.
 class BasicManagedEntity
          An entity that releases a connection.
 

Constructors in org.apache.http.conn with parameters of type EofSensorWatcher
EofSensorInputStream(java.io.InputStream in, EofSensorWatcher watcher)
          Creates a new EOF sensor.
 



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.