Class URLPathEncoder


  • public class URLPathEncoder
    extends Object
    • Constructor Detail

      • URLPathEncoder

        public URLPathEncoder()
    • Method Detail

      • encodePath

        public static String encodePath​(String path)
        Encode a URL path using percent-encoding. '/' is not encoded.