com.badlogic.gdx.net
Class HttpParametersUtils

java.lang.Object
  extended by com.badlogic.gdx.net.HttpParametersUtils

public class HttpParametersUtils
extends Object

Provides utility methods to work with the Net.HttpRequest content and parameters.


Field Summary
static String defaultEncoding
           
static String nameValueSeparator
           
static String parameterSeparator
           
 
Constructor Summary
HttpParametersUtils()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultEncoding

public static String defaultEncoding

nameValueSeparator

public static String nameValueSeparator

parameterSeparator

public static String parameterSeparator
Constructor Detail

HttpParametersUtils

public HttpParametersUtils()
Method Detail

convertHttpParameters

public 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.

Parameters:
parameters - A Map with the parameters to encode.
Returns:
The String with the parameters encoded.


Copyright © 2013. All Rights Reserved.