Class URIUtil

java.lang.Object
org.seppiko.commons.utils.http.URIUtil

public class URIUtil extends Object
URI Util [scheme ":"] ["//" authority] "/" path ["?" query] ["#" fragment] authority = [userinfo "@"] host [":" port] userinfo = username [":" password] But the URI definition requires that the scheme must be used.
Author:
Leonard Woo