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 |
|---|---|
Set<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.
|
Set<String> getListeningAddresses(InstanceDescription instance)
instance - the instanceint getListeningPort(InstanceDescription instance)
instance - the instance"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"