public interface InstanceNetworkInfoService
InstanceNetworkInfoService provides networking information about a specific instance.
Clients outside offloading must not use this interface.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getListeningAddresses(InstanceDescription instance)
Retrieves the IP addresses on which an instance listens for incoming connections.
|
int |
getListeningPort(InstanceDescription instance)
Retrieves the port on which an instances listens for incoming connections.
|
java.util.Set<java.lang.String> getListeningAddresses(InstanceDescription instance)
instance - the instanceint getListeningPort(InstanceDescription instance)
instance - the instance"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"