public class URLEncoder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
hexadecimal |
protected BitSet |
safeCharacters |
| Constructor and Description |
|---|
URLEncoder()
Default constructor - acceptable characters are alphanumerics only.
|
URLEncoder(String accept)
Default acceptable characters are alphanumerics.
|
protected static final char[] hexadecimal
protected BitSet safeCharacters
public URLEncoder()
public URLEncoder(String accept)
accept - other acceptable characters.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.