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
NoAvailableAddressExceptionList<String> getAllAvailableIPs(int port) throws NoAvailableAddressException
NoAvailableAddressExceptionString getTargetIP() throws NoAvailableAddressException
NoAvailableAddressExceptionString getTargetIP(int port) throws NoAvailableAddressException
NoAvailableAddressExceptionCopyright © 2022. All rights reserved.