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

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

Introduction

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

Usage

From source file com.github.lpezet.antiope.dao.RepeatableInputStreamRequestEntity.java

/**
 * @author luc
 *
 */
public class RepeatableInputStreamRequestEntity extends BasicHttpEntity {

From source file com.github.lpezet.antiope2.dao.http.RepeatableInputStreamRequestEntity.java

/**
 * @author luc
 *
 */
public class RepeatableInputStreamRequestEntity extends BasicHttpEntity {

From source file com.stormpath.sdk.impl.http.httpclient.RepeatableInputStreamEntity.java

/**
 * Custom implementation of {@link org.apache.http.HttpEntity HttpEntity} that delegates to an
 * {@link InputStreamEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.

From source file com.amazon.s3.http.RepeatableInputStreamRequestEntity.java

/**
 * Custom implementation of {@link RequestEntity} that delegates to an
 * {@link InputStreamRequestEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.

From source file nl.nn.adapterframework.http.mime.MultipartEntity.java

public class MultipartEntity extends BasicHttpEntity implements HttpEntity {

    private final MultipartForm multipart;
    private final Header contentType;
    private final long contentLength;

From source file com.okta.sdk.impl.http.httpclient.RepeatableInputStreamEntity.java

/**
 * Custom implementation of {@link org.apache.http.HttpEntity HttpEntity} that delegates to an
 * {@link InputStreamEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.

From source file pt.lunacloud.http.RepeatableInputStreamRequestEntity.java

/**
 * Custom implementation of {@link RequestEntity} that delegates to an
 * {@link InputStreamRequestEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.

From source file cn.ctyun.amazonaws.http.RepeatableInputStreamRequestEntity.java

/**
 * Custom implementation of {@link RequestEntity} that delegates to an
 * {@link InputStreamRequestEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.

From source file com.sinacloud.scs.http.RepeatableInputStreamRequestEntity.java

/**
 * Custom implementation of {@link RequestEntity} that delegates to an
 * {@link InputStreamRequestEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.

From source file com.sina.cloudstorage.http.RepeatableInputStreamRequestEntity.java

/**
 * Custom implementation of {@link RequestEntity} that delegates to an
 * {@link InputStreamRequestEntity}, with the one notable difference, that if
 * the underlying InputStream supports being reset, this RequestEntity will
 * report that it is repeatable and will reset the stream on all subsequent
 * attempts to write out the request.