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

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

Introduction

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

Usage

From source file com.aperigeek.dropvault.dav.http.UnknownTypeFileEntity.java

/**
 *
 * @author Vivien Barousse
 */
public class UnknownTypeFileEntity extends FileEntity {

From source file com.haulmont.cuba.gui.upload.FileStorageProgressEntity.java

public class FileStorageProgressEntity extends FileEntity {

    private final long size;
    private final UUID fileId;
    private final FileUploading.UploadToStorageProgressListener listener;

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

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */

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

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */

From source file com.jeson.xutils.http.client.entity.FileUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */

From source file com.lidroid.xutils.http.client.entity.FileUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */

From source file cn.xdf.thinkutils.http.client.entity.FileUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */

From source file com.lidroid.jxutils.http.client.entity.FileUploadEntity.java

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */

From source file com.creditease.utilframe.http.client.entity.FileUploadEntity.java

/**
 * Created with IntelliJ IDEA. User: wyouflf Date: 13-6-24 Time: ?4:45
 */
public class FileUploadEntity extends FileEntity implements UploadEntity {

    public FileUploadEntity(File file, String contentType) {

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

/**
 * Created with IntelliJ IDEA.
 * User: wyouflf
 * Date: 13-6-24
 * Time: ?4:45
 */