Java 类org.apache.http.conn.EofSensorInputStreamHC4 实例源码

项目:remote-files-sync    文件:ResponseEntityProxy.java   
@Override
public InputStream getContent() throws IOException {
    return new EofSensorInputStreamHC4(this.wrappedEntity.getContent(), this);
}
项目:Visit    文件:ResponseEntityProxy.java   
@Override
public InputStream getContent() throws IOException {
    return new EofSensorInputStreamHC4(this.wrappedEntity.getContent(), this);
}
项目:ZTLib    文件:ResponseEntityProxy.java   
@Override
public InputStream getContent() throws IOException {
    return new EofSensorInputStreamHC4(this.wrappedEntity.getContent(), this);
}