| Interface | Description |
|---|---|
| IPrimeConnection |
Interface that defines operation for priming a connection.
|
| PrimeConnections.PrimeConnectionListener |
| Class | Description |
|---|---|
| AbstractLoadBalancerAwareClient<S extends com.netflix.client.ClientRequest,T extends com.netflix.client.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.
|
| PrimeConnections.PrimeConnectionEndStats |