Class URLPartEncoder


  • public class URLPartEncoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      URLPartEncoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encodeNoPlus​(java.lang.String source, java.nio.charset.Charset charset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLPartEncoder

        public URLPartEncoder()
    • Method Detail

      • encodeNoPlus

        public static java.lang.String encodeNoPlus​(java.lang.String source,
                                                    java.nio.charset.Charset charset)