Searched defs:encodeUrl (Results 1 – 4 of 4) sorted by relevance
128 public static String encodeUrl(byte[] in) { in encodeUrl() method in Base64
129 public static String encodeUrl(byte[] in) { in encodeUrl() method in Base64
116 public static final byte[] encodeUrl(BitSet urlsafe, byte[] bytes) in encodeUrl() method in URLCodec
259 @Test public void encodeUrl() throws MalformedURLException { in encodeUrl() method in HttpConnectionTest