JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isEnabled
()
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.