PercentEscaper.Builder |
PercentEscaper.Builder.addSafeCharRange(char start,
char end) |
Adds a range of characters to the set of characters that do not need to be encoded.
|
PercentEscaper.Builder |
PercentEscaper.Builder.addSafeChars(String safeChars) |
Adds each character in the string to the set of characters that do not need to be encoded.
|
PercentEscaper.Builder |
PercentEscaper.Builder.addUnsafeCharRange(char start,
char end) |
Adds a range of characters to the set of characters that need to be encoded.
|
PercentEscaper.Builder |
PercentEscaper.Builder.addUnsafeChars(String unsafeChars) |
Adds each character in the string to the set of characters that need to be encoded.
|
static PercentEscaper.Builder |
PercentEscaper.builder() |
Creates a builder without any safe or unsafe characters set.
|
static PercentEscaper.Builder |
PercentEscaper.builderWithSafeAlphaNumeric() |
Creates a builder with safe alpha numeric characters preconfigured.
|
PercentEscaper.Builder |
PercentEscaper.Builder.plusForSpace(boolean plusForSpace) |
|
PercentEscaper.Builder |
PercentEscaper.Builder.useUppercase(boolean useUppercase) |
|