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

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

Introduction

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

Usage

From source file org.mariotaku.twidere.util.httpclient.UrlEncodedFormEntity.java

/**
 * An entity composed of a list of url-encoded pairs. This is typically useful
 * while sending an HTTP POST request.
 * 
 * @since 4.0
 */

From source file com.microsoft.live.JsonEntity.java

/**
 * JsonEntity is an Entity that contains a Json body
 */
class JsonEntity extends StringEntity {

    public static final String CONTENT_TYPE = "application/json;charset=" + HTTP.UTF_8;

From source file betting.JsonEntity.java

/**
 * An entity composed of a list of url-encoded pairs. This is typically useful
 * while sending an HTTP POST request.
 *
 * @since 4.0
 */