23242526272829
public class Resolver extends HTTPResolver { public Object lookupClient(JMXServiceURL url, Map environment) throws IOException { String endpoint = getEndpoint(url, environment); return new BurlapClientInvoker(endpoint); }