Uses of Class
io.undertow.server.handlers.URLDecodingHandler
-
Packages that use URLDecodingHandler Package Description io.undertow -
-
Uses of URLDecodingHandler in io.undertow
Methods in io.undertow that return URLDecodingHandler Modifier and Type Method Description static URLDecodingHandler
Handlers. urlDecoding(HttpHandler next, java.lang.String charset)
A handler that will decode the URL, query parameters and to the specified charset.
-