java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.remoteviz.rendering.Uri
All Implemented Interfaces:
Cloneable

public class Uri extends Inventor implements 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.

  • Constructor Details

    • Uri

      public Uri(Uri obj)
      Copy constructor.
    • Uri

      public Uri(String uri)
      Creates an Uri object.
  • Method Details

    • clone

      public Object clone()
    • isAbsolute

      public boolean isAbsolute()
      Returns whether the Uri instance is absolute.
    • getPort

      public String getPort()
      Returns the port number of this URI.
    • getAuthority

      public String getAuthority()
      Returns the Domain Name System (DNS) host name or IP address and the port number for a server.
    • getQuery

      public String getQuery()
      Returns any query information included in the specified URI.
    • getScheme

      public String getScheme()
      Returns the scheme name for this URI.
    • getPathAndQuery

      public String getPathAndQuery()
      Returns the Path and Query properties separated by a question mark (?).
    • getPath

      public String getPath()
      Returns the path of the URI.