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

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

    • isEnabled

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