Class URIEncoder

java.lang.Object
com.aoapps.net.URIEncoder

public final class URIEncoder extends Object
URI encoding utilities.

TODO: These methods are for highest performance and are consistent with the JavaScript methods. They are not meant for general purpose URL manipulation, and are not trying to replace any full-featured URI tools.

Consider the following if needing more than what this provides (in no particular order):

  1. URL
  2. URI
  3. URIBuilder
  4. UriUtils
  5. UrlEscapers
  6. jena-iri
  7. org.xbib:net-url
Author:
AO Industries, Inc.
See Also: