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

Packages that use EofSensorWatcher
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
 

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(InputStream in, EofSensorWatcher watcher)
          Creates a new EOF sensor.
 



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