Searched refs:ByteArrayEntity (Results 1 – 8 of 8) sorted by relevance
53 public class ByteArrayEntity extends AbstractHttpEntity implements Cloneable { class57 public ByteArrayEntity(final byte[] b) { in ByteArrayEntity() method in ByteArrayEntity
44 import org.apache.http.entity.ByteArrayEntity;93 httpput.setEntity(new ByteArrayEntity(expected.getBytes())); in testSimplePutRequest()
40 import org.apache.http.entity.ByteArrayEntity;112 entity = new ByteArrayEntity(postBody); in createHttpRequest()160 HttpEntity entity = new ByteArrayEntity(body); in setEntityIfNonEmptyBody()
50 import org.apache.http.entity.ByteArrayEntity;233 ByteArrayEntity entity = new ByteArrayEntity(msg); in handleException()
38 import org.apache.http.entity.ByteArrayEntity;303 entity = new ByteArrayEntity(data); in getCompressedEntity()309 entity = new ByteArrayEntity(arr.toByteArray()); in getCompressedEntity()
20 import org.apache.http.entity.ByteArrayEntity;97 post.setEntity(new ByteArrayEntity(body)); in postByteEntity()
235 HPLorg/apache/http/entity/ByteArrayEntity;-><init>([B)V236 HPLorg/apache/http/entity/ByteArrayEntity;->getContentLength()J237 HPLorg/apache/http/entity/ByteArrayEntity;->isStreaming()Z238 HPLorg/apache/http/entity/ByteArrayEntity;->writeTo(Ljava/io/OutputStream;)V
2103 …@Deprecated public class ByteArrayEntity extends org.apache.http.entity.AbstractHttpEntity impleme…2104 ctor @Deprecated public ByteArrayEntity(byte[]);