Modifier and Type | Field and Description |
---|---|
private URIEncoder.Mode |
URIEncoder._mode
The encoding mode for this encoder--used primarily for toString().
|
Modifier and Type | Method and Description |
---|---|
static URIEncoder.Mode |
URIEncoder.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static URIEncoder.Mode[] |
URIEncoder.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
URIEncoder(URIEncoder.Mode mode)
Constructor for the URIEncoder the specifies the encoding mode the URIEncoder will use.
|