| Class | Description | 
|---|---|
| AbstractRoundRobinLoadBalancer | |
| DiscoveryClientLoadBalancerFactory | 
 A factory class that can be replaced at runtime for creating  
LoadBalancer instances that load balance
 between available clients provided by the DiscoveryClient. | 
| DiscoveryClientRoundRobinLoadBalancer | 
 A  
LoadBalancer that uses the DiscoveryClient and a
 ServiceInstance ID to automatically load balance between discovered clients in a non-blocking manner. | 
| FixedLoadBalancer | 
 A  
LoadBalancer that resolves a fixed URI. | 
| LoadBalancerConverters | 
 Converters from URL to  
LoadBalancer interface. | 
| ServiceInstanceListLoadBalancerFactory | 
 The default  
LoadBalancer factory for creating LoadBalancer instances from
 ServiceInstanceList instances. | 
| ServiceInstanceListRoundRobinLoadBalancer |