64656667686970
* case, the name and the value are delimited by '='. * * @param pair the string. */ public RestParameter(final String pair) { this(new NameValuePair(pair)); }