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

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

Introduction

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

Usage

From source file com.moysof.confetti.util.ProgressHttpEntityWrapper.java

/**
 * HttpEntityWrapper with a progress callback
 *
 * @see <a href="http://stackoverflow.com/a/7319110/268795">http://stackoverflow.com/a/7319110/268795</a>
 */

From source file gsearch.internal.http.GzipDecompressingEntity.java

public class GzipDecompressingEntity extends HttpEntityWrapper {

    public GzipDecompressingEntity(final HttpEntity entity) {
        super(entity);
    }

From source file gilt4j.internal.httpclient.GzipDecompressingEntity.java

public class GzipDecompressingEntity extends HttpEntityWrapper {

    public GzipDecompressingEntity(final HttpEntity entity) {
        super(entity);
    }

From source file meetup.internal.httpclient.GzipDecompressingEntity.java

public class GzipDecompressingEntity extends HttpEntityWrapper {

    public GzipDecompressingEntity(final HttpEntity entity) {
        super(entity);
    }

From source file twilio.internal.httpclient.GzipDecompressingEntity.java

public class GzipDecompressingEntity extends HttpEntityWrapper {

    public GzipDecompressingEntity(final HttpEntity entity) {
        super(entity);
    }

From source file com.intuit.karate.http.apache.LoggingEntityWrapper.java

/**
 *
 * @author pthomas3
 */
public class LoggingEntityWrapper extends HttpEntityWrapper {

From source file org.apache.marmotta.platform.core.services.http.MonitoredHttpEntity.java

/**
 * An implementation of {@link HttpEntity} that reports write/read operations to a {@link Task}.
 * 
 */
@NotThreadSafe
class MonitoredHttpEntity extends HttpEntityWrapper {

From source file com.ontologycentral.ldspider.http.internal.GzipDecompressingEntity.java

/**
 * Wrapping entity that decompresses {@link #getContent content}.
 *
 *
 * <!-- empty lines above to avoid 'svn diff' context problems -->
 * @version $Revision$

From source file com.offroader.http.DecompressingEntity.java

/**
 * Common base class for decompressing {@link HttpEntity} implementations.
 *
 * @since 4.1
 */
abstract class DecompressingEntity extends HttpEntityWrapper {

From source file z.hol.net.http.entity.DecompressingEntity.java

/**
 * Common base class for decompressing {@link HttpEntity} implementations.
 *
 * @since 4.1
 */
abstract class DecompressingEntity extends HttpEntityWrapper {