Example usage for org.apache.http.entity AbstractHttpEntity subclass-usage

List of usage examples for org.apache.http.entity AbstractHttpEntity subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.entity AbstractHttpEntity subclass-usage.

Usage

From source file lucee.commons.net.http.httpclient4.entity.EmptyHttpEntity.java

public class EmptyHttpEntity extends AbstractHttpEntity implements Entity4 {

    private String strContentType;

    /**
     * Constructor of the class

From source file org.nuxeo.android.upload.RepeatableBlobEntityWithProgress.java

public class RepeatableBlobEntityWithProgress extends AbstractHttpEntity {

    protected static final int BUFFER_SIZE = 2048;

    protected Blob blob;

From source file com.android.idtt.http.client.entity.InputStreamUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-28
 * Time: ?12:14
 */

From source file lucee.commons.net.http.httpclient4.entity.TemporaryStreamHttpEntity.java

public class TemporaryStreamHttpEntity extends AbstractHttpEntity implements Entity4 {

    private final TemporaryStream ts;
    private String ct;

    public TemporaryStreamHttpEntity(TemporaryStream ts, String contentType) {

From source file lucee.commons.net.http.httpclient4.entity.ResourceHttpEntity.java

/**
 * A RequestEntity that represents a Resource.
 */
public class ResourceHttpEntity extends AbstractHttpEntity implements Entity4 {

    final Resource res;

From source file lucee.commons.net.http.httpclient.entity.EmptyHttpEntity.java

public class EmptyHttpEntity extends AbstractHttpEntity implements Entity4 {

    private ContentType ct;

    /**
     * Constructor of the class

From source file org.robam.xutils.http.client.entity.InputStreamUploadEntity.java

public class InputStreamUploadEntity extends AbstractHttpEntity implements UploadEntity {

    private final static int BUFFER_SIZE = 2048;

    private final InputStream content;
    private final long length;

From source file com.lidroid.xutils.http.client.UploadInputStreamEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-28
 * Time: ?12:14
 */

From source file com.adis.tools.http.client.entity.InputStreamUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-28
 * Time: ?12:14
 */

From source file com.top.xutils.http.client.entity.InputStreamUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-28
 * Time: ?12:14
 */