public abstract class UriEncoder extends Object
Constructor and Description |
---|
UriEncoder() |
Modifier and Type | Method and Description |
---|---|
static String |
decode(ByteBuffer buff)
Decode '%'-escaped characters.
|
static String |
decode(String buff) |
static String |
encode(String uri)
Escape special characters with '%'
|
public static String decode(ByteBuffer buff) throws CharacterCodingException
CharacterCodingException
Copyright © 2008–2019. All rights reserved.