| java.lang.Object org.objectweb.speedo.runtime.jmx.HTTPTools
HTTPTools | public class HTTPTools (Code) | | This class provides with a simple method to perform some HTTP requests
author: fmillevi@yahoo.com |
getURL | public static String getURL(String urlString, String paramString, String method, Logger logger) throws Exception(Code) | | Method getURL. This static method provides with the way to get and http response.
Parameters: urlString - is the URL to be invoked Parameters: paramString - is the list of parameters likeparam1=value1¶m2=value2¶m3=.... Parameters: method - POST or GET String flux HTTP de retour. throws: Exception - when the getURL method fails due to unfound URL, or server errors |
|
|