4849505152535455565758
} else { host = hostHeader; } final HttpHandler handler = hosts.get(host); if (handler != null) { handler.handleRequest(exchange); return; } } defaultHandler.handleRequest(exchange); }