GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.net.URIDumpUtil Class Reference
Collaboration diagram for com.jogamp.common.net.URIDumpUtil:

Static Public Member Functions

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. More...
 
static void showReencodedUriOfURI (final URI uri) throws URISyntaxException
 Just showing different encoding of URI -> Uri. More...
 

Detailed Description

Definition at line 8 of file URIDumpUtil.java.

Member Function Documentation

◆ showReencodedURIOfUri()

static void com.jogamp.common.net.URIDumpUtil.showReencodedURIOfUri ( final Uri  uri) throws URISyntaxException
static

Just showing different encoding of Uri -> URI.

Parameters
uri
Exceptions
URISyntaxException

Definition at line 75 of file URIDumpUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ showReencodedUriOfURI()

static void com.jogamp.common.net.URIDumpUtil.showReencodedUriOfURI ( final URI  uri) throws URISyntaxException
static

Just showing different encoding of URI -> Uri.

Parameters
uri
Exceptions
URISyntaxException

Definition at line 90 of file URIDumpUtil.java.

Here is the call graph for this function:

◆ showURI() [1/2]

static void com.jogamp.common.net.URIDumpUtil.showURI ( final String  message,
final URI  uri 
)
static

Definition at line 29 of file URIDumpUtil.java.

◆ showUri() [1/2]

static void com.jogamp.common.net.URIDumpUtil.showUri ( final String  message,
final Uri  uri 
) throws URISyntaxException
static

Definition at line 50 of file URIDumpUtil.java.

Here is the call graph for this function:

◆ showURI() [2/2]

static void com.jogamp.common.net.URIDumpUtil.showURI ( final URI  uri)
static

Definition at line 26 of file URIDumpUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ showUri() [2/2]

static void com.jogamp.common.net.URIDumpUtil.showUri ( final Uri  uri) throws URISyntaxException
static

Definition at line 46 of file URIDumpUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ showURL()

static void com.jogamp.common.net.URIDumpUtil.showURL ( final URL  url)
static

Definition at line 16 of file URIDumpUtil.java.

Here is the caller graph for this function:

◆ showURX()

static void com.jogamp.common.net.URIDumpUtil.showURX ( final String  urx) throws MalformedURLException, URISyntaxException
static

Definition at line 9 of file URIDumpUtil.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: