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

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

Introduction

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

Usage

From source file de.vanita5.twittnuker.util.net.HttpParameterFormEntity.java

public class HttpParameterFormEntity extends StringEntityHC4 {

    public static final ContentType CONTENT_TYPE = ContentType.APPLICATION_FORM_URLENCODED
            .withCharset(Consts.UTF_8);

    public HttpParameterFormEntity(final HttpParameter[] params) throws UnsupportedEncodingException {