Uses of Class
io.undertow.server.handlers.URLDecodingHandler
Packages that use URLDecodingHandler
-
Uses of URLDecodingHandler in io.undertow
Methods in io.undertow that return URLDecodingHandlerModifier and TypeMethodDescriptionstatic URLDecodingHandlerHandlers.urlDecoding(HttpHandler next, String charset) A handler that will decode the URL, query parameters and to the specified charset.