Uses of Class
io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
Packages that use Balancer.BalancerBuilder
-
Uses of Balancer.BalancerBuilder in io.undertow.server.handlers.proxy.mod_cluster
Methods in io.undertow.server.handlers.proxy.mod_cluster that return Balancer.BalancerBuilderModifier and TypeMethodDescriptionBalancer.BalancerBuilder.setMaxattempts
(int maxattempts) Deprecated.Balancer.BalancerBuilder.setMaxRetries
(int maxRetries) Maximum number of failover attempts to send the request to the backend server.Balancer.BalancerBuilder.setStickySession
(boolean stickySession) Balancer.BalancerBuilder.setStickySessionCookie
(String stickySessionCookie) Balancer.BalancerBuilder.setStickySessionForce
(boolean stickySessionForce) Balancer.BalancerBuilder.setStickySessionPath
(String stickySessionPath) Balancer.BalancerBuilder.setStickySessionRemove
(boolean stickySessionRemove) Balancer.BalancerBuilder.setWaitWorker
(int waitWorker)
setMaxRetries(int)
.