Java org.apache.http.client.entity UrlEncodedFormEntityHacked fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.entity UrlEncodedFormEntityHacked fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.entity UrlEncodedFormEntityHacked.

The text is from its open source code.

Constructor

UrlEncodedFormEntityHacked(final List parameters, final String charset)
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.
UrlEncodedFormEntityHacked(final Iterable parameters, final Charset charset)
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.