Uses of Class
org.asynchttpclient.LoadBalance
-
Packages that use LoadBalance Package Description org.asynchttpclient org.asynchttpclient.config -
-
Uses of LoadBalance in org.asynchttpclient
Methods in org.asynchttpclient that return LoadBalance Modifier and Type Method Description default LoadBalanceAsyncHttpClientConfig. getLoadBalance()LoadBalanceDefaultAsyncHttpClientConfig. getLoadBalance()static LoadBalanceLoadBalance. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadBalance[]LoadBalance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.asynchttpclient with parameters of type LoadBalance Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setLoadBalance(LoadBalance loadBalance)Sets how requests are dispatched to a host that resolves to several IP addresses. -
Uses of LoadBalance in org.asynchttpclient.config
Methods in org.asynchttpclient.config that return LoadBalance Modifier and Type Method Description static LoadBalanceAsyncHttpClientConfigDefaults. defaultLoadBalance()
-