HomeSort by relevance Sort by last modified time
    Searched refs:EofSensorInputStream (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/EofSensorInputStream.java $
70 public class EofSensorInputStream extends InputStream
108 public EofSensorInputStream(final InputStream in,
330 } // class EOFSensorInputStream
BasicManagedEntity.java 105 return new EofSensorInputStream(wrappedEntity.getContent(), this);
118 // this will not trigger a callback from EofSensorInputStream

Completed in 250 milliseconds