public interface LoadBalancer
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllAvailableIPs() |
List<String> |
getAllAvailableIPs(int port) |
String |
getTargetIP() |
String |
getTargetIP(int port) |
List<String> getAllAvailableIPs() throws NoAvailableAddressException
NoAvailableAddressException
List<String> getAllAvailableIPs(int port) throws NoAvailableAddressException
NoAvailableAddressException
String getTargetIP() throws NoAvailableAddressException
NoAvailableAddressException
String getTargetIP(int port) throws NoAvailableAddressException
NoAvailableAddressException
Copyright © 2022. All rights reserved.