Class UriEncoder


  • public abstract class UriEncoder
    extends Object
    To be decided
    • Method Detail

      • encode

        public static String encode​(String uri)
        Escape special characters with '%'
        Parameters:
        uri - URI to be escaped
        Returns:
        encoded URI
      • decode

        public static String decode​(String buff)
        Decode with URLDecoder
        Parameters:
        buff - - the source
        Returns:
        decoded with UTF-8