-
public final class UrlEscapers
-
-
Field Summary
Fields Modifier and Type Field Description final static StringURL_FORM_PARAMETER_OTHER_SAFE_CHARSfinal static StringURL_PATH_OTHER_SAFE_CHARS_LACKING_PLUS
-
Method Summary
Modifier and Type Method Description static EscaperurlFormParameterEscaper()static EscaperurlPathSegmentEscaper()static EscaperurlFragmentEscaper()-
-
Method Detail
-
urlFormParameterEscaper
static Escaper urlFormParameterEscaper()
-
urlPathSegmentEscaper
static Escaper urlPathSegmentEscaper()
-
urlFragmentEscaper
static Escaper urlFragmentEscaper()
-
-
-
-