public class URLEncoder extends Object
Modifier and Type | Field and Description |
---|---|
static URLEncoder |
DEFAULT |
static URLEncoder |
QUERY |
Constructor and Description |
---|
URLEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
addSafeCharacter(char c) |
String |
encode(String path)
Deprecated.
|
String |
encode(String path,
String encoding)
URL encodes the provided path using the given encoding.
|
void |
setEncodeSpaceAsPlus(boolean encodeSpaceAsPlus) |
public static final URLEncoder DEFAULT
public static final URLEncoder QUERY
public void addSafeCharacter(char c)
public void setEncodeSpaceAsPlus(boolean encodeSpaceAsPlus)
@Deprecated public String encode(String path)
encode(String, String)
path
- The path to encodeCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.