@Deprecated
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)
Deprecated.
Retrieves the IP addresses on which an instance listens for incoming connections.
|
int |
getListeningPort(InstanceDescription instance)
Deprecated.
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 instanceCopyright © 2010 - 2020 Adobe. All Rights Reserved