Class ParsedURI

java.lang.Object
org.eclipse.rdf4j.common.net.ParsedURI
All Implemented Interfaces:
Cloneable

@Deprecated(since="2.3") public class ParsedURI extends Object implements Cloneable
Deprecated.
use ParsedIRI instead
A replacement for Java's own URI: java.net.URI. Java's implementation is quite buggy in that it doesn't resolve relative URIs correctly.

Note: this implementation is not guaranteed to handle ipv6 addresses correctly (yet).