Class Uri
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.remoteviz.rendering.Uri
- All Implemented Interfaces:
Cloneable
This class represents a Uniform Resource Identifier (URI).
A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns the Domain Name System (DNS) host name or IP address and the port number for a server.getPath()
Returns the path of the URI.Returns the Path and Query properties separated by a question mark (?).getPort()
Returns the port number of this URI.getQuery()
Returns any query information included in the specified URI.Returns the scheme name for this URI.boolean
Returns whether theUri
instance is absolute.Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
Uri
Copy constructor. -
Uri
Creates anUri
object.
-
-
Method Details
-
clone
-
isAbsolute
public boolean isAbsolute()Returns whether theUri
instance is absolute. -
getPort
Returns the port number of this URI. -
getAuthority
Returns the Domain Name System (DNS) host name or IP address and the port number for a server. -
getQuery
Returns any query information included in the specified URI. -
getScheme
Returns the scheme name for this URI. -
getPathAndQuery
Returns the Path and Query properties separated by a question mark (?). -
getPath
Returns the path of the URI.
-