public final class HttpParametersUtils extends Object
Net.HttpRequest content and parameters.| Modifier and Type | Field and Description |
|---|---|
static String |
defaultEncoding |
static String |
nameValueSeparator |
static String |
parameterSeparator |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertHttpParameters(Map<String,String> parameters)
Useful method to convert a map of key,value pairs to a String to be used as part of a GET or POST content.
|
public static String defaultEncoding
public static String nameValueSeparator
public static String parameterSeparator
public static String convertHttpParameters(Map<String,String> parameters)
parameters - A MapCopyright © 2021. All rights reserved.