| Interface | Description |
|---|---|
| ClientRequest |
Created by yogen on 12/11/2014.
|
| FailOverListener | |
| LoadBalancerStrategy<S extends ClientRequest> |
The strategy is in charge of handling the way servers are being called.
|
| Class | Description |
|---|---|
| AbstractLoadBalancerStrategy<S extends ClientRequest> |
This Class is the abstract implementation of the load balancing strategy.
|
| FailOverStrategy<S extends ClientRequest> |
This is the FailOverStrategy implementation.
|
| InternalServerProxy |
This class represents an Internal Server.
|
| LoadBalancerConstants | |
| RoundRobinStrategy<S extends ClientRequest> |
this is the round robin strategy implementation.
|
| StickyRoundRobinStrategy<S extends ClientRequest> |
this is the sticky round robin strategy implementation.
|
| Enum | Description |
|---|---|
| ClientException.ErrorType | |
| LoadBalancerStrategy.STRATEGY_TYPE |
| Exception | Description |
|---|---|
| ClientException |
generic runtime exception that wrapps most of the errors that can be thrown by a HttpClient
Created by Yair Ogen on 1/14/14.
|
| NoActiveServersDeadEndException |
This exception is thrown is a given strategy implementation has looped all its registered servers and none were found active.
|
| NoActiveServersException |
This exception is thrown is a given strategy implementation has looped all its registered servers and none were found active.
|
| NoActiveServersIOException |
This exception is thrown is a given strategy implementation has looped all its registered servers and none were found active.
|
| RequestTimeoutException |
thrown when client recieves timeout from server
|
Copyright © 2015 Cisco. All rights reserved.