Java org.apache.http.client.utils URLEncodedUtilsHC4 fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

Listparse(final URI uri, final String charset)
Returns a list of NameValuePair NameValuePairs as built from the URI's query portion.
Listparse(final String s, final Charset charset)
Returns a list of NameValuePair NameValuePairs as parsed from the given string using the given character encoding.