41424344454647484950
Protocol pp = cache.get(protocol); if (pp != null) return pp; // yuk! hardcoded for now pp = new HttpProtocol(); pp.configure(config); cache.put(protocol, pp); return pp; }