|
static void | showURX (final String urx) throws MalformedURLException, URISyntaxException |
|
static void | showURL (final URL url) |
|
static void | showURI (final URI uri) |
|
static void | showURI (final String message, final URI uri) |
|
static void | showUri (final Uri uri) throws URISyntaxException |
|
static void | showUri (final String message, final Uri uri) throws URISyntaxException |
|
static void | showReencodedURIOfUri (final Uri uri) throws URISyntaxException |
| Just showing different encoding of Uri -> URI.
|
|
static void | showReencodedUriOfURI (final URI uri) throws URISyntaxException |
| Just showing different encoding of URI -> Uri.
|
|
Definition at line 10 of file URIDumpUtil.java.
◆ showReencodedURIOfUri()
static void jau.test.net.URIDumpUtil.showReencodedURIOfUri |
( |
final Uri | uri | ) |
throws URISyntaxException |
|
static |
Just showing different encoding of Uri -> URI.
- Parameters
-
- Exceptions
-
Definition at line 77 of file URIDumpUtil.java.
◆ showReencodedUriOfURI()
static void jau.test.net.URIDumpUtil.showReencodedUriOfURI |
( |
final URI | uri | ) |
throws URISyntaxException |
|
static |
Just showing different encoding of URI -> Uri.
- Parameters
-
- Exceptions
-
Definition at line 92 of file URIDumpUtil.java.
◆ showURI() [1/2]
static void jau.test.net.URIDumpUtil.showURI |
( |
final String | message, |
|
|
final URI | uri ) |
|
static |
◆ showURI() [2/2]
static void jau.test.net.URIDumpUtil.showURI |
( |
final URI | uri | ) |
|
|
static |
◆ showUri() [1/2]
static void jau.test.net.URIDumpUtil.showUri |
( |
final String | message, |
|
|
final Uri | uri ) throws URISyntaxException |
|
static |
◆ showUri() [2/2]
static void jau.test.net.URIDumpUtil.showUri |
( |
final Uri | uri | ) |
throws URISyntaxException |
|
static |
◆ showURL()
static void jau.test.net.URIDumpUtil.showURL |
( |
final URL | url | ) |
|
|
static |
◆ showURX()
static void jau.test.net.URIDumpUtil.showURX |
( |
final String | urx | ) |
throws MalformedURLException, URISyntaxException |
|
static |
The documentation for this class was generated from the following file: