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. |
ClientRequest |
An object that represents a common client request that is suitable for all communication protocol. |
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. |
SimpleVipAddressResolver |
A "VipAddress" in Ribbon terminology is a logical name used for a target
server farm. |