public final class UEncoder extends Object
| Constructor and Description |
|---|
UEncoder() |
public void addSafeCharacter(char c)
public CharChunk encodeURL(String s, int start, int end) throws IOException
s - string to be encodedstart - the beginning index, inclusiveend - the ending index, exclusiveIOException - If an I/O error occursprotected void urlEncode(CharChunk out, ByteChunk bb) throws IOException
IOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.