Uses of Class
io.mola.galimatias.URLParser.EncodeSet
-
Packages that use URLParser.EncodeSet Package Description io.mola.galimatias -
-
Uses of URLParser.EncodeSet in io.mola.galimatias
Methods in io.mola.galimatias that return URLParser.EncodeSet Modifier and Type Method Description static URLParser.EncodeSetURLParser.EncodeSet. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static URLParser.EncodeSet[]URLParser.EncodeSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mola.galimatias with parameters of type URLParser.EncodeSet Modifier and Type Method Description private voidURLParser. utf8PercentEncode(int c, URLParser.EncodeSet encodeSet, java.lang.StringBuilder buffer)
-