Package com.iizix.server
Interface IServerLoadBalancer
public interface IServerLoadBalancer
Interface that the server uses to redirect a request of a client to another server using the load balancer.
- Author:
- Christopher Mindus
Method Summary
Method Details
isEnabled
boolean isEnabled()Checks if load balancing is enabled.- Returns:
- true if load balancing should be used, false otherwise.