Example usage for org.apache.http.entity.mime.content StringBody subclass-usage

List of usage examples for org.apache.http.entity.mime.content StringBody subclass-usage

Introduction

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

Usage

From source file org.thomwiggers.Jjoyce.base.Stream.java

/**
 * @author Thom Wiggers
 *
 */
public class Stream extends StringBody {

From source file org.urbanstew.soundcloudapi.SoundCloudAPI.java

            consumer.setTokenWithSecret(parentValue.getToken(), parentValue.getTokenSecret());

            return consumer;
        }
    }
}