Searched refs:EofSensorInputStream (Results 1 - 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
H A DEofSensorInputStream.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/EofSensorInputStream.java $
65 public class EofSensorInputStream extends InputStream class in inherits:InputStream,ConnectionReleaseTrigger
103 public EofSensorInputStream(final InputStream in, method in class:EofSensorInputStream
H A DBasicManagedEntity.java100 return new EofSensorInputStream(wrappedEntity.getContent(), this);
113 // this will not trigger a callback from EofSensorInputStream

Completed in 85 milliseconds