@Override public void setHandler(HttpHandler handler) { pathHandler.addExactPath(handlerpath, new UndertowHttpHandler(handler)); }