Class URLEncoder


  • public class URLEncoder
    extends Object
    A convenience class that uses UTF-8 encoding to encode URLs and rethrows the unlikely UnsupportedEncodingException as an unchecked exception.
    Author:
    bjl23
    • Constructor Detail

      • URLEncoder

        public URLEncoder()
    • Method Detail