Package com.proofpoint.http.client.balancing

Examples of com.proofpoint.http.client.balancing.HttpServiceBalancer


        checkNotNull(injector, "injector is null");
        checkNotNull(nodeInfo, "nodeInfo is null");

        ServiceSelectorConfig selectorConfig = injector.getInstance(Key.get(ServiceSelectorConfig.class, serviceType(type)));

        HttpServiceBalancer serviceBalancer = serviceBalancerFactory.createHttpServiceBalancer(type, selectorConfig, nodeInfo);
        return serviceBalancer;
    }
View Full Code Here

TOP

Related Classes of com.proofpoint.http.client.balancing.HttpServiceBalancer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.