Package | Description |
---|---|
java.net |
Modifier and Type | Method and Description |
---|---|
URI |
URI.parseServerAuthority()
Return this uri instance if it has already been determined as a
ServerAuthority Otherwise try to parse it again as a server authority to
produce a URISyntaxException with the proper diagnostic message.
|
Constructor and Description |
---|
URI(String uri) |
URI(String scheme,
String ssp,
String frag) |
URI(String scheme,
String userinfo,
String host,
int port,
String path,
String query,
String fragment) |
URI(String scheme,
String host,
String path,
String fragment) |
URI(String scheme,
String authority,
String path,
String query,
String fragment) |