Class URIUtil

java.lang.Object
org.eclipse.jetty.util.URIUtil

public final class URIUtil extends Object
URI Utility methods.

This class assists with the decoding and encoding or HTTP URI's. It differs from the java.net.URL class as it does not provide communications ability, but it does assist with query string formatting.

See Also: