public class URLUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCHEME_HTTP |
static String |
SCHEME_HTTPS |
static char |
USERNAME_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
static String |
appendPath(String parent,
String child) |
static String |
ensureStartsWithHttps(String url) |
static boolean |
isUrl(String string) |
static String |
toString(URL url) |
public static final String SCHEME_HTTP
public static final String SCHEME_HTTPS
public static final char USERNAME_SEPARATOR
Copyright © 2016 Red Hat, Inc. All rights reserved.