public class URLEncoder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static char[] |
hexadecimal |
protected java.util.BitSet |
safeCharacters |
Constructor and Description |
---|
URLEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
addSafeCharacter(char c) |
java.lang.String |
encode(java.lang.String path) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.