public class NetUtils extends Object
| Constructor and Description |
|---|
NetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getHostByURL(String url) |
static boolean |
isSameHost(String toTestHost,
String toLookForHost) |
static boolean |
isUp(String url) |
static String |
resolveRedirects(String url) |
public static boolean isSameHost(String toTestHost, String toLookForHost) throws UnknownHostException
UnknownHostExceptionpublic static boolean isUp(String url) throws IOException
IOExceptionpublic static String resolveRedirects(String url) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.