public abstract class UriEncoder extends Object
| Constructor and Description |
|---|
UriEncoder() |
public static String encode(String uri)
uri - URI to be escapedpublic static String decode(ByteBuffer buff) throws CharacterCodingException
buff - data to decodeCharacterCodingException - if cannot be decodedCopyright © 2008–2019. All rights reserved.