| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.platform.util.web.HttpUtil
public class HttpUtil
| Constructor Summary | |
|---|---|
HttpUtil()
 | 
|
| Method Summary | |
|---|---|
static HttpClient | 
getClient()
 | 
static void | 
getURLContent_old(String uri,
                  StringBuffer content)
 | 
static String | 
getURLContent(String uri)
 | 
static boolean | 
getURLContent(String url,
              StringBuffer content)
 | 
static InputStream | 
getURLInputStream(String uri)
 | 
static Reader | 
getURLReader(String uri)
 | 
static Map | 
parseQueryString(String s)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HttpUtil()
| Method Detail | 
|---|
public static HttpClient getClient()
public static boolean getURLContent(String url,
                                    StringBuffer content)
                             throws MalformedURLException,
                                    IOException
MalformedURLException
IOException
public static void getURLContent_old(String uri,
                                     StringBuffer content)
                              throws MalformedURLException,
                                     IOException
MalformedURLException
IOExceptionpublic static String getURLContent(String uri)
public static InputStream getURLInputStream(String uri)
public static Reader getURLReader(String uri)
public static Map parseQueryString(String s)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||