Package com.netflix.client

Interface Summary
IPrimeConnection Interface that defines operation for priming a connection.
PrimeConnections.PrimeConnectionListener  
 

Class Summary
AbstractLoadBalancerAwareClient<S extends ClientRequest,T extends IResponse> Abstract class that provides the integration of client with load balancers.
ClientFactory A factory that creates client, load balancer and client configuration instances from properties.
PrimeConnections Prime the connections for a given Client (For those Client that have a LoadBalancer that knows the set of Servers it will connect to) This is mainly done to address those deployment environments (Read EC2) which benefit from a firewall connection/path warmup prior to actual use for live requests.