Searched refs:InputStreamEntity (Results 1 – 8 of 8) sorted by relevance
27 import org.apache.http.entity.InputStreamEntity;59 private InputStreamEntity inputStreamRequestEntity;100 inputStreamRequestEntity = new InputStreamEntity(content, contentLength); in RepeatableInputStreamRequestEntity()
52 public class InputStreamEntity extends AbstractHttpEntity { class60 public InputStreamEntity(final InputStream instream, long length) { in InputStreamEntity() method in InputStreamEntity
25 import org.apache.http.entity.InputStreamEntity;85 InputStreamEntity entity = new InputStreamEntity(body.byteStream(), body.contentLength()); in transformResponse()
36 import org.apache.http.entity.InputStreamEntity;76 entityEnclosingMethod.setEntity(new InputStreamEntity(e, in execute()
27 import org.apache.http.entity.InputStreamEntity;498 new InputStreamEntity(bodyProvider, bodyLength)); in setBodyProvider()
21 import org.apache.http.entity.InputStreamEntity;110 post.setEntity(new InputStreamEntity(new ByteArrayInputStream(body), body.length)); in postInputStreamEntity()
242 HPLorg/apache/http/entity/InputStreamEntity;-><init>(Ljava/io/InputStream;J)V243 HPLorg/apache/http/entity/InputStreamEntity;->consumeContent()V244 HPLorg/apache/http/entity/InputStreamEntity;->getContent()Ljava/io/InputStream;245 HPLorg/apache/http/entity/InputStreamEntity;->getContentLength()J
2171 @Deprecated public class InputStreamEntity extends org.apache.http.entity.AbstractHttpEntity {2172 ctor @Deprecated public InputStreamEntity(java.io.InputStream, long);