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

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

Introduction

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

The text is from its open source code.

Constructor

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