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 org.coursera.camppotlatch.client.auth.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file org.mperezcastell.impatientclient.unsafe.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file client.potlach.com.potlachandroid.unsafe.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file org.ntip.androidApp.guessReel.client.unsafe.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file com.coursera.androidcapstone.dailyselfie.test.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file org.coursera.androidcapstone.potlatch.helpers.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file com.isabel.coursera.potlatch.server.unsafe.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file com.androidcapstone.symptommanagementdoctor.services.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file app.android.auto.net.sampleapp.oauth.blackwork.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override

From source file com.skywomantech.app.symptommanagement.client.oauth.unsafe.EasyHttpClient.java

class GzipEntityWrapper extends HttpEntityWrapper {
    public GzipEntityWrapper(HttpEntity wrapped) {
        super(wrapped);
    }

    @Override