public final class URLUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
fetchUrl(String url,
String username,
String password) |
static void |
notNull(Object object) |
static String |
safeURL(String base,
String sufix) |
public static void notNull(Object object)
public static InputStream fetchUrl(String url, String username, String password) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionCopyright © 2016–2019. All rights reserved.