public final class HTTP extends Object
| Constructor and Description |
|---|
HTTP() |
| Modifier and Type | Method and Description |
|---|---|
static String |
sendGet(String url) |
static String |
sendPost(String url,
String urlParameters) |
public static String sendGet(String url) throws MalformedURLException, IOException
public static String sendPost(String url, String urlParameters) throws MalformedURLException, IOException
Copyright © 2015–2016 codecode. All rights reserved.