Searched refs:PercentEscaper (Results 1 – 2 of 2) sorted by relevance
638 new PercentEscaper(PercentEscaper.SAFECHARS_URLENCODER, true);641 new PercentEscaper(PercentEscaper.SAFECHARS_URLENCODER, false);644 new PercentEscaper(PercentEscaper.SAFEPATHCHARS_URLENCODER, false);647 new PercentEscaper(PercentEscaper.SAFEQUERYSTRINGCHARS_URLENCODER, false);650 new PercentEscaper(PercentEscaper.SAFEQUERYSTRINGCHARS_URLENCODER, true);693 new PercentEscaper("!()*-._~,/:", true);
64 public class PercentEscaper extends UnicodeEscaper { class118 public PercentEscaper(String safeChars, boolean plusForSpace) { in PercentEscaper() method in PercentEscaper