Uses of Class
org.eclipse.jetty.util.Utf8StringBuilder.Utf8IllegalArgumentException
Packages that use Utf8StringBuilder.Utf8IllegalArgumentException
-
Uses of Utf8StringBuilder.Utf8IllegalArgumentException in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that throw Utf8StringBuilder.Utf8IllegalArgumentExceptionModifier and TypeMethodDescriptionstatic boolean
UrlEncoded.decodeUtf8To
(String query, int offset, int length, BiConsumer<String, String> adder) Decodes URI query parameters as UTF8 stringstatic boolean
UrlEncoded.decodeUtf8To
(String query, int offset, int length, BiConsumer<String, String> adder, boolean allowBadPercent, boolean allowBadUtf8, boolean allowTruncatedUtf8) Decodes URI query parameters as UTF8 string