Example usage for org.apache.http.entity.mime.content ContentBody interface-usage

List of usage examples for org.apache.http.entity.mime.content ContentBody interface-usage

Introduction

In this page you can find the example usage for org.apache.http.entity.mime.content ContentBody interface-usage.

Usage

From source file org.andrico.andjax.http.ByteArrayBody.java

public class ByteArrayBody extends AbstractBody implements BinaryBody, ContentBody {
    private static final String LOG = "ByteArrayBody";

    public interface WriteToProgressHandler {
        public void setProgress(long progress, long total);
    }