public class HttpUtil extends Object
| Constructor and Description |
|---|
HttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
sendRequest(String urlString)
Sends an request to the web and returns the response as String.
|
public static final String ENCODING
public static String sendRequest(String urlString) throws IOException
urlString - The web URL.IOException - An exception is thrown if an error occurs.Copyright © 2016 MuK Projects. All rights reserved.