public class URLDecodingHandler extends Object implements HttpHandler
UndertowOptions.DECODE_URL parameter to false.
This is not as efficient as using the parsers built in UTF-8 decoder. Unless you need to decode to something other
than UTF-8 you should rely on the parsers decoding instead.| Constructor and Description |
|---|
URLDecodingHandler(HttpHandler next,
String charset) |
public URLDecodingHandler(HttpHandler next, String charset)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.