Example usage for org.apache.commons.httpclient.methods ByteArrayRequestEntity subclass-usage

List of usage examples for org.apache.commons.httpclient.methods ByteArrayRequestEntity subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient.methods ByteArrayRequestEntity subclass-usage.

Usage

From source file lucee.commons.net.http.httpclient3.entity._ByteArrayRequestEntity.java

public class _ByteArrayRequestEntity extends ByteArrayRequestEntity implements Entity3 {
    public _ByteArrayRequestEntity(byte[] barr, String contentType) {
        super(barr, contentType);
    }

    @Override