Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.URI

Uses of URI in java.net
 

Methods in java.net that return URI
 URI URL.toURI()
          Returns the equivalent URI object for this URL.
static URI URI.create(java.lang.String str)
          Create an URI from the given string
 URI URI.parseServerAuthority()
          Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
 URI URI.normalize()
           Returns a normalized version of the URI.
 URI URI.resolve(URI uri)
          Resolves the given URI against this URI
 URI URI.resolve(java.lang.String str)
          Resolves the given URI string against this URI
 URI URI.relativize(URI uri)
           Relativizes the given URI against this URI.
 

Methods in java.net with parameters of type URI
 URI URI.resolve(URI uri)
          Resolves the given URI against this URI
 URI URI.relativize(URI uri)
           Relativizes the given URI against this URI.
private  int URI.compareFragments(URI uri)
          Compares the fragment of this URI with that of the supplied URI.