public final class HttpUtils extends Object
| Constructor and Description |
|---|
HttpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getData(String urlString) |
static String |
getResponseText(String urlString) |
static String |
getResponseText(URL constructedUrl,
HostnameVerifier hostnameVerifier,
String encoding) |
static String |
getResponseText(URL constructedUrl,
String encoding) |
public static String getResponseText(URL constructedUrl, HostnameVerifier hostnameVerifier, String encoding)
public static byte[] getData(String urlString)
Copyright © 2005–2018 The Beangle Software. All rights reserved.