Class UrlBuilder

java.lang.Object
org.jsoup.helper.UrlBuilder

final class UrlBuilder extends Object
A utility class to normalize input URLs. jsoup internal; API subject to change.

Normalization includes puny-coding the host, and encoding non-ascii path components. Any non-ascii characters in the query string (or the fragment/anchor) are escaped, but any existing escapes in those components are preserved.