public static final java.lang.String |
URL_COMPONENT_FRAGMENT |
"fragment" |
public static final java.lang.String |
URL_COMPONENT_HOST |
"host" |
public static final java.lang.String |
URL_COMPONENT_PASSWORD |
"password" |
public static final java.lang.String |
URL_COMPONENT_PATH |
"path" |
public static final java.lang.String |
URL_COMPONENT_PORT |
"port" |
public static final java.lang.String |
URL_COMPONENT_QUERY |
"query" |
public static final java.lang.String |
URL_COMPONENT_SCHEME |
"scheme" |
public static final java.lang.String |
URL_COMPONENT_USER |
"user" |
public static final java.lang.String |
URL_SCHEME_SANS_COLON_REGEX |
"\\p{L}[\\p{L}\\d+-.]*+" |