Package | Description |
---|---|
java.net |
Network communication through TCP and UDP sockets or URLs.
|
Constructor and Description |
---|
URI(String str)
Creates an URI from the given string
|
URI(String scheme,
String ssp,
String fragment)
Create an URI from the given components
|
URI(String scheme,
String userInfo,
String host,
int port,
String path,
String query,
String fragment)
Create an URI from the given components
|
URI(String scheme,
String host,
String path,
String fragment)
Create an URI from the given components
|
URI(String scheme,
String authority,
String path,
String query,
String fragment)
Create an URI from the given components
|