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 Link icon

    Modifier and Type
    Method
    Description
    boolean
    Checks if load balancing is enabled.
  • Method Details Link icon

    • isEnabled Link icon

      boolean isEnabled()
      Checks if load balancing is enabled.
      Returns:
      true if load balancing should be used, false otherwise.