|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URI.MalformedURIException | |
org.exolab.jms.net.uri | URI parsing and helper classes |
Uses of URI.MalformedURIException in org.exolab.jms.net.uri |
Methods in org.exolab.jms.net.uri that throw URI.MalformedURIException | |
void |
URI.setScheme(java.lang.String scheme)
Set the scheme for this URI. |
void |
URI.setUserinfo(java.lang.String userinfo)
Set the userinfo for this URI. |
void |
URI.setHost(java.lang.String host)
Set the host for this URI. |
void |
URI.setPort(int port)
Set the port for this URI. |
void |
URI.setPath(java.lang.String path)
Set the path for this URI. |
void |
URI.appendPath(java.lang.String addToPath)
Append to the end of the path of this URI. |
void |
URI.setQueryString(java.lang.String queryString)
Set the query string for this URI. |
void |
URI.setFragment(java.lang.String fragment)
Set the fragment for this URI. |
Constructors in org.exolab.jms.net.uri that throw URI.MalformedURIException | |
URI(java.lang.String uriSpec)
Construct a new URI from a URI specification string. |
|
URI(URI base,
java.lang.String uriSpec)
Construct a new URI from a base URI and a URI specification string. |
|
URI(java.lang.String scheme,
java.lang.String schemeSpecificPart)
Construct a new URI that does not follow the generic URI syntax. |
|
URI(java.lang.String scheme,
java.lang.String host,
java.lang.String path,
java.lang.String queryString,
java.lang.String fragment)
Construct a new URI that follows the generic URI syntax from its component parts. |
|
URI(java.lang.String scheme,
java.lang.String userinfo,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String queryString,
java.lang.String fragment)
Construct a new URI that follows the generic URI syntax from its component parts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |